Google Drive: Search for folder with Number in the name notworking

I am using the “Search for File/Folders” module

This is an example Name “042 - Random Text String”

  1. Search within folder names with Query “Random” and Search Options "containing the search term
    image

Does return one bundle

  1. When I give the search term as “42” or even tryting tostring(42) I get 0 results?

  2. Expected behaviour: I should get the same result. Parsing numbers inside the Query in google drive does not make sense and/or it is not clear how i can get it to work.
    As soon as

The same happens with Search: “Fulltext search” a word is found in the name but i cannot specify a number

Welcome to the Make community!

For technical issues or bugs like this, directly contacting support can often lead to a faster resolution. They have access to your specific account details, scenario and scenario logs, server-side logs, and internal tools and resources, which allows them to investigate more thoroughly than what you have access to.

You can open a new ticket here, or if you are unable to login for some reason, you can create another new free account to access the ticketing system (which is only available to logged-in users). After submitting a new ticket, you will receive an automatic confirmation email with the subject “Ticket Created” in the subject. If you do not receive this, try sending the ticket again.

If you manage to get your issue resolved with support, we’d still love to hear about it! Sharing your solution on the forum can help others facing similar problems.

Hope this helps! Let me know if there are any further questions or issues.

@samliew

P.S.: Investing some effort into the Make Academy will save you lots of time and frustration using Make.

Looking further into the API this might be a Google behaviour Google Drive API: "contains" does not match string in middle in files().list(q="name contains 'SMITH'")? - Stack Overflow in that it only looks for complete words or from the start of the name?