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

[Core] Add StartsWithCondition and EndsWithCondition #201

Open
alexander-schranz opened this issue Jun 26, 2023 · 0 comments
Open

[Core] Add StartsWithCondition and EndsWithCondition #201

alexander-schranz opened this issue Jun 26, 2023 · 0 comments
Labels
features New feature or request SEAL Core Seal Core related issue

Comments

@alexander-schranz
Copy link
Member

Sometimes we need the possibility to check if a field is starting with a specific values.

This can be interesting to filter documents which are part of a URL tree e.g. new StartsWithCondition('url', '/parent/');.

Or it can be interesting for Lexicon based overview which have query per letter A-z e.g.: new StartsWithCondition('url', 'A');.

@alexander-schranz alexander-schranz added features New feature or request SEAL Core Seal Core related issue labels Jun 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
features New feature or request SEAL Core Seal Core related issue
Projects
None yet
Development

No branches or pull requests

1 participant