Skip to content
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

Keyword search enhancement #29

Closed
hemphillda opened this issue Jan 16, 2020 · 2 comments
Closed

Keyword search enhancement #29

hemphillda opened this issue Jan 16, 2020 · 2 comments

Comments

@hemphillda
Copy link

Provide an ability to specify a list of keywords on an Item to use in item searching. This allows the item to remain generalized but include indexable/searchable information for specific use cases. For example, an item could be used to represent a parcel, county, contract, easement or land use agreement.

This is important for applications using STAC to index remote sensing data (e.g., imagery) across a number of vertical markets. I.e., using the same properties schema but allowing arbitrary searchable keywords.

Usage examples:

3111822110030 (to find an item listing this ID as a keyword)
HEN (to find keywords starting with "Hen")

@matthewhanson
Copy link
Member

This has been partially added, by adding mappings for text string for text fields like description and titles in this commit:
3010952

@matthewhanson
Copy link
Member

The CQL STAC API extension should cover this.
Implementation covered by #72

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants