Partial matches using regex or wildcads

Hello,

Is it possible at all to search Monday via GraphQL query to make a query that returns partial matches for item name, using regex or wildcards in the search value? I am thinking of something like searching items with value “John*” and finding both “John Smith” and “John Doe” or am I restricted to finding only exact matches and there is nothing I can do about?

Thanks

Hello there @DevIntegrations,

As of today, the queries items_by_column_values and items_by_multiple_column_values are restricted to exact matches only.

Let me know if you have any other questions :slightly_smiling_face:

Cheers,
Matias