Closed
Description
Is your feature request related to a problem? Please describe.
To my knowledge, the API supports equal or not-equal search on strings. Is this correct? Is there any support for full-text or fuzzy text searching in the API currently?
Describe the solution you'd like
To implement LIKE, MATCH, or fuzzy search methods for strings. There are number of different approaches
For example, a search on collection ID
Search keyword: example collection
returns
Example_collection_1
Example_collection_2
- ...
Additional context
Wondering if anyone has thoughts about this and how it may be implemented infilter.py
. Thank you.
Metadata
Metadata
Assignees
Labels
No labels