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

add free-text search extension #162

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft

add free-text search extension #162

wants to merge 1 commit into from

Conversation

hrodmn
Copy link
Collaborator

@hrodmn hrodmn commented Oct 17, 2024

Related Issue(s):

Description:
This is a pretty simple addition but it is dependent on the next release of pgstac (the pgstac-side changes were added in stac-utils/pgstac#295) so the new test will fail until we decide how to conditionally activate this feature. Would it make sense to only activate this extension if the pgstac version is >0.9.1?

The q parameter should probably never be used in an item search because it will probably slow things down a lot, but it is very useful for the collection search function.

PR Checklist:

  • pre-commit hooks pass locally
  • Tests pass (run make test)
  • Documentation has been updated to reflect changes, if applicable, and docs build successfully (run make docs)
  • Changes are added to the CHANGELOG.

@vincentsarago
Copy link
Member

@hrodmn I would love to first finish #155 which I think is going to be dependent on 0.9.2 (at least on the tests side)

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

Successfully merging this pull request may close these issues.

2 participants