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

Regular Expression Search #227

Open
8ullyMaguire opened this issue Mar 18, 2024 · 1 comment
Open

Regular Expression Search #227

8ullyMaguire opened this issue Mar 18, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@8ullyMaguire
Copy link

8ullyMaguire commented Mar 18, 2024

Implement support for using regular expressions in search queries to enable advanced pattern matching. This would cater to power users who prefer the flexibility and expressiveness of regular expressions in their searches.

Related

@mgdigital
Copy link
Collaborator

Once the custom workflows PR is merged it will be possible to achieve a similar effect by adding tags at indexing time, based on regexes and many other criteria (although this isn't exactly regex search). As with other search enhancements they are certainly nice to have but the trade offs will be disk space of indexes and performance - leaving open for further discussion after custom workflows are implemented.

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
None yet
Development

No branches or pull requests

2 participants