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

Implement REGEXP search in query language #532

Open
sauliusg opened this issue Oct 18, 2024 · 0 comments
Open

Implement REGEXP search in query language #532

sauliusg opened this issue Oct 18, 2024 · 0 comments
Labels
PR/requires-discussion topic/filtering-language Issue discussing changes and improvements to the query and filtering language type/proposal Proposal for addition/removal of features. May need broad discussion to reach consensus.

Comments

@sauliusg
Copy link
Contributor

Now that the we have the Regular Expression format standardized in OPTIMADE, we can revive the design of REGEXP search in the Filter language. It this is implemented we do not need the LIKE operator any more.

Possible syntax is:

property MATCH "regular_expression"

or

property REGEXP "regular_expression"

@sauliusg sauliusg mentioned this issue Oct 18, 2024
@sauliusg sauliusg added type/proposal Proposal for addition/removal of features. May need broad discussion to reach consensus. topic/filtering-language Issue discussing changes and improvements to the query and filtering language PR/requires-discussion labels Oct 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
PR/requires-discussion topic/filtering-language Issue discussing changes and improvements to the query and filtering language type/proposal Proposal for addition/removal of features. May need broad discussion to reach consensus.
Projects
None yet
Development

No branches or pull requests

1 participant