I've followed all the steps in the 'create a custom search form' guide, but the view remains empty. I've set up a data form called 'bands', which is published just fine (and the form works perfectly). I want that band database to be searchable. For now, to test it out, I've made a page 'searching' which displays (hopefully) the search form and the search results. I've created the search form with the fields Band Name, Hailing From and Genre. I would like to have one of them entered with a value and then check the database for results. It doesn't seem to work. Ive made the fields on the search form Lookup Fields connected to the 'bands' database fields. I've set the default value of those fields to [get param=hailing] (and the other names of the fields as well). In the 'view' of the Searching page (That view is called BandSearchView) I've set up a filter to filter for those parameters.
I don't have a clue what I did wrong or how to fix this so plase help.
Attached are pictures of my views and forms; if you guys need more info or more pictures please let me know!
What does the URL of your search result look like in terms of parameter names? I see some potential name anomalies.
Thnx for the reply, it got fixed!