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 ability to search for specific event identifiers #2281

Closed
3 tasks
tylerbarna opened this issue May 16, 2024 · 1 comment
Closed
3 tasks

Add ability to search for specific event identifiers #2281

tylerbarna opened this issue May 16, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@tylerbarna
Copy link
Member

Description

Currently, if a user searches something like "230924" the results for IGWN event 230924an don't load. We can add a conditional check for event identifiers that submits a wildcard search that will allow the relevant results to be returned.

(Based on Helpdesk request)

Acceptance criteria

  • Have search function detect if an event identifier is submitted as a search
  • Add wildcards to search queries that contain event identifiers in the backend
  • Wildcard searches can be slower and more costly than standard multi-match searches, so only have the wildcard search trigger in the specific case of an event identifier. If the search is not an event identifier, the current search strategy should occur
@tylerbarna tylerbarna added the enhancement New feature or request label May 16, 2024
@tylerbarna tylerbarna added this to GCN May 20, 2024
@tylerbarna tylerbarna moved this to Open in GCN May 20, 2024
@tylerbarna tylerbarna moved this from Open to In Review in GCN May 20, 2024
@tylerbarna
Copy link
Member Author

Issue superseded by #2288

@github-project-automation github-project-automation bot moved this from In Review to Done in GCN May 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

1 participant