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

Adding free-text extension. #655

Draft
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

rhysrevans3
Copy link
Contributor

@rhysrevans3 rhysrevans3 commented Apr 10, 2024

Related Issue(s):

Description:

Adding the free-text extension

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.

@rhysrevans3
Copy link
Contributor Author

@m-mohr Could I get your opinion on this I know you've helped with the extension definition.

POST = FreeTextExtensionPostRequest

conformance_classes: List[str] = attr.ib(
factory=lambda: [
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As you advertise both basic and advanced at the same time, maybe we should first discuss stac-api-extensions/freetext-search#10 ?

@vincentsarago
Copy link
Member

where are we with this PR? @rhysrevans3

@rhysrevans3
Copy link
Contributor Author

where are we with this PR? @rhysrevans3

We're unsure on if basic and advanced search are compatible stac-api-extensions/freetext-search#10

I think the current options are, update the advanced search to better match with the basic search or separate them into two extensions.

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

Successfully merging this pull request may close these issues.

None yet

3 participants