How to query multiple words - Google Calendar Module

I’m curious how to use the query to search for events in Google Calendar with two separate strings:

  1. email parameter from another module
  2. the string: “Discovery Call”

I’m unsure of how to properly enter this up in the query field…

is it just: {{email}} Discovery Call

Or do I need to create an array like: [{{email}}, Discovery Call] or {{email}}, Discovery Call.

Help with this would be incredible! Thank you!

@Hunter_Varnum :raised_hands:

Hi there! I’m an AI that helps with community management. It sounds like you’re trying to search for events in Google Calendar with two separate strings. Can you tell me what steps you have taken so far to try and resolve this issue? I’m here to help, so please stay tuned!

Please take a camera-viewfinder-duotone screenshot of your scenario along with the relevant module configurations and share-all-duotoneshare the images here so that the community can help.

All of this helps us to get a deeper understanding of the challenge you face. :make:

Dear, as I undestand the query can be only using one term by field. Or a phrase or a string. I think you can’t use combination terms as an SQL query. They use term query as “search term”.


Thanks, Helio!
Wemakefuture
If you have questions reach out :wink:

1 Like

That would work to search for the email parameter with the Discovery Call after it. So as an example if {{email}} was alex@newpathconsulting.com during execution

alex@newpathconsulting.com Discovery Call

would be the search query.

1 Like

So to confirm, even though they are not directly after one another in a string, it would still work?

It just treats each element as an individual query?

And thank you so much for your reponse @alex.newpath!

1 Like

No it will treat the whole string as one query. There is no expression support here. Maybe do 2 modules in a row to query on both strings?

1 Like

Got it, thank you… My workaround was to use a filter afterwards to search the text for the word Discovery Call

2 Likes

Yup that will work too! You can put all your filters there really. They don’t cost any operations.

1 Like