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

Revert id search limit shortcut - #192 #212

Merged
merged 1 commit into from
Sep 21, 2023

Conversation

bitner
Copy link
Collaborator

@bitner bitner commented Sep 20, 2023

Fixes #192

Cherry Picked from #208 due to conflicts with intermediate commits, thank you @mrob95!

@@ -26,6 +26,15 @@ ALTER DATABASE pgstac_test_db_template SET CLIENT_MIN_MESSAGES TO WARNING;
ALTER DATABASE pgstac_test_db_template SET SEARCH_PATH to pgstac, public;
\connect pgstac_test_db_template;
\i pgstac.sql
DO \$\$
BEGIN
INSERT INTO queryables (name, definition, property_wrapper, property_index_type) VALUES
Copy link
Collaborator

Choose a reason for hiding this comment

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

Probably don't care since this is just a test, but fieldsproperties is a typo for fields/properties that caused some issues when dereferencing the jsonschema elsewhere.

@bitner bitner merged commit e3b0635 into main Sep 21, 2023
15 checks passed
@mrob95
Copy link
Contributor

mrob95 commented Sep 21, 2023

Many thanks!

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.

Search does not account for items that are in multiple collections
3 participants