Partial matches using regex or wildcads

Hi @Matias.Monday
No, it’s not what we are looking for.
Here’s an example.
We have three items in the board.
Their names are:

  • abc[three spaces]001;
  • abc[one space]001;
  • def[one space]001.

Please note multiple spaces in the first item (I cannot display the spaces in this window).
If I search abc[one space]001 using the search field I get two results.

The search functionality through API doesn’t work this way.
It only accepts exact matches.

If I search abc[one space]001 I get only one result.
The same if I search abc[three spaces]001.

The solution you suggest doesn’t work because splitting the search into two queries (abc and 001) I would get also def[one space]001 as a result.