feat(express-search): add visual editor for express search#7976
Open
grantfitzsimmons wants to merge 35 commits intomainfrom
Open
feat(express-search): add visual editor for express search#7976grantfitzsimmons wants to merge 35 commits intomainfrom
grantfitzsimmons wants to merge 35 commits intomainfrom
Conversation
Triggered by 5d716f5 on branch refs/heads/express
Triggered by 9e92da8 on branch refs/heads/express
This handles cases where legacy XML files have related queries that do not exist in 7 + tests to make sure it works
Triggered by f7d343f on branch refs/heads/express
this will help people use it more effectively! links to docs on Speciforum as well. Remembers if someone dismisses it so they don't have to see the instructions every search
Now it requires app resources read, create, and update. Maybe there is a better set of permissions?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #7973
This PR adds Express Search configuration support and visual editing for Configure Express Search in Specify 7.
The goal is to provide a managed Express Search config workflow instead of requiring raw XML authoring or filesystem overrides:
Current
No Express Search configuration editor exists in the UI. Config is only available via raw XML files or manual app resource editing (which effectively means Specify 6 is the only editor).
This PR
Adds a configured UI dialog for Express Search config, including:
Implementation
/express_search/config/GET and PUT endpoints in the backend.searchtable,searchfield,displayfield, andrelatedqueryelements.ExpressSearchConfigDialogandExpressSearchConfigEditorwith three editor tabs:AppResourcesasexpressSearchConfigand added localized labels.Testing instructions