Filter using "Or" conditions in Datastore search

Multiple positive results in datastore search filter using OR ?

  • I need to find a record in my datastore, I’m using four Or filters. Three of them should give a positive return. But the output is empty.
  • I think its an error because there is multiple positive results, but they should find the same records. I made sure filter is set to Text operator and case insensitive, and also that filters are working fine when only one of the condition is positive and also when finding more than one records.

Include screenshots of

Capture d’écran 2023-11-13 141858

Hey there!

Regarding this, instead of using separate OR parameters, can you please try to use the Match Pattern text operator which uses the regex formula?

If having difficulties, try to check these test sites for the Regex formula edits:

2 Likes