Implement REGEXP search in query language #532
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.
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"
The text was updated successfully, but these errors were encountered: