-
Couldn't load subscription status.
- Fork 56
Collection search #735
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Collection search #735
Changes from 19 commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
814c917
create BaseSearch class
hrodmn 5eecf12
add collection search functionality
hrodmn e8de0d8
update tests
hrodmn 44f1a5b
replace Z with +00:00 in datetime strings for Python 3.10
hrodmn 37908ed
move ItemSearch back to search.py
hrodmn 4b6bb56
reject extra args if client-side filter
hrodmn 6ad4675
fix matched method
hrodmn 9bad510
fix error for collection search support check
hrodmn fee6c97
moar tests!
hrodmn 1d67afd
add warning expectation to test
hrodmn 559f1c0
add collection search functionality to cli
hrodmn 0ad53ba
add collection search examples to quickstart
hrodmn a41d437
quote search tokens with special characters
hrodmn 37250ef
add collection search example to intro notebook
hrodmn ffe6fb2
add CollectionSearch entry to api docs
hrodmn fe3a4f7
clean up client docs a bit
hrodmn 6b7a09e
add collection_list_as_dict method
hrodmn bb34584
add CollectionSearch section to usage docs
hrodmn 42e0c3d
fix lint error
hrodmn 1296aa7
reinstate item_search.py
hrodmn faa8d8c
clean up warnings, tests
hrodmn ef2ba04
address review comments
hrodmn fce4bd0
improve matched logic
hrodmn 63b58cc
actually clean up matched logic
hrodmn 07e5187
update changelog
hrodmn File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -620,3 +620,4 @@ $RECYCLE.BIN/ | |
| # Windows shortcuts | ||
| *.lnk | ||
|
|
||
| uv.lock | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.