Query Prefix Numbers and Dates

So hey i am working with customer where we use flowable which has query models where we can write ES Querys.

In our case we need to search for all elemets in array which have the numberValue idk lets say 222.
However is it possible with queries that it would be enough to only use 2 as a parameter to get the result with the 222 in it. Kind of like your prefix just for numbers. And the same counts for Dates. We are right now not allowed to use mapping which would make it possible i know....

Welcome to our community! :smiley:

Yes, but you'd get anything else with a 2 at the start (presuming you use wildcards).

Why not?

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.