Hi there! I’m really new at no-code and also with AppGyver. And I also have almost 0 knowledge with coding.
I am trying to create an app that can mimic Google’s advanced search site: OR site: feature. And on the AppGyve app I’m currently working on there are three input fields (one for the “search bar”, the other two are where I can enter the sites) these three will yield a “search term site:site1.com OR site:site2.com” on a paragraph below (which will be hidden). I also have a search button that when clicked redirects me to Google (https://www.google.com/search?q=).
What I want to do is when I click the search button it would redirect me to Google (https://www.google.com/search?q=) + the yielded “search term site:site1.com OR site:site2.com”.
So for example:
Search bar: cloud
Site1: youtube.com
Site2: reddit.com
paragraph: “cloud site:youtube.com OR site:reddit.com”
when Search Button is clicked, it will open Google with a custom URL specifically for this search: “cloud site:youtube.com OR site:reddit.com”