Skip to content

Flexible full-text search #169

Closed
Closed
@jamesfisher-geo

Description

@jamesfisher-geo

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 in filter.py. Thank you.

ES LIKE Operator

Full-text search

Fuzzy Search

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions