Hello,
I want users to be able to search specific words in the database. When they input their chosen word and click on the search button, I want the search result (the definition of the word they searched) to display on a separate page, but I can’t figure out how to do it.
I’ve been reading and watching videos over the past week, and I’m still not getting it.
I thought I had to:
-set the workflow of the button on the search page to navigate to the new page and set the data to send as the search field’s value
-set the search-result page’s type of content as the name of the type in which the list of words are stored
-add a text box on the new page to display the definition of the searched-for word.
But what am I missing? How do I get the information to display?