Hello! If you take a look at the original example blog repo here, we have a very basic search: GitHub - redwoodjs/example-blog: Example Blog app written with Redwood
That repo hasn’t been updated in a while, but the core concepts of doing the search should still apply. In this case doing a search adds a term
query variable to the URL, and then the SearchCell performs a Query using that variable: example-blog/SearchCell.js at main · redwoodjs/example-blog · GitHub
Let me know if you have any other questions!