Hey Guys, So I'm creating a search template that will search all of my created fields for a query. Unfortunately, when I go to add 1 or 2 more from the stock search template as a test, I still am only searching the title, body and sidebar and not what I added.
Any guidance on this?
I have added the pipe line divider to add more fields manually to test the functionality behind the search template but no luck.
Perhaps I am missing something?
Here is a sample of what I am attempting, the piece of code I have included does not include everything in its entirety just the piece I am altering as a test.
$matches = $pages->find("title|body|sidebar|band_title~=$q, limit=50");
As you can see I want to also search the field band_title but I have no results coming through.
Last, is it possible to add search all fields? Versus inputing every field manually?
Thanks for the help!