Skip to content

Feat/saved search workers#2423

Closed
jcscottiii wants to merge 5 commits intomainfrom
feat/saved-search-workers
Closed

Feat/saved search workers#2423
jcscottiii wants to merge 5 commits intomainfrom
feat/saved-search-workers

Conversation

@jcscottiii
Copy link
Copy Markdown
Collaborator

No description provided.

Updates the ANTLR grammar to support 'saved' terms (e.g., saved:ID) in feature searches. Includes the necessary visitor implementations and tests to parse and handle these new terms. Also updates the search grammar skill documentation to reflect these changes.
Updates the OpenAPI specification to define endpoints for global saved searches. Implements these endpoints in the HTTP server, including list_global_saved_searches.go and updates to server.go. Fixes error handling in create_saved_search.go and update_saved_search.go to use a sanitizeValidationError helper. This ensures only safe, non-leaking sentinel error messages are returned as 400 Bad Request, while unexpected database errors return 500 Internal Server Error. Includes unit tests for the new endpoints.
…nges

Updates the event producer and email digest worker to handle changes related to feature lists and saved searches. This includes updates to the differ, templates, and types used in the notification pipeline.
@jcscottiii jcscottiii closed this Apr 14, 2026
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.

1 participant