Hi 🙂
With relevanssi, we can´t get that to work, AND it relevanssi interferes with buddyboss global search.
So how do it without relevanssi?
Thank you
Hello,
Please elaborate the question with more details:
Where and how do you want to search the custom fields?
Are you going to setup a custom search form with one search input box, and search post title + post body + custom fields?
If it is, you will need to follow our document to integrate relevanssi plugin with Toolset search form:
https://toolset.com/course-lesson/searching-texts-in-custom-fields-with-toolset-and-relevanssi/
section "Including custom fields in the search"
It´s here: hidden link
Yes, we´re going to setup a custom search form with one search input box, and search post title + post body + custom fields.
As I said, we REALLY don´t want to use relevanssi as it causes problems for us.
Couldn´t we do something like this?
hidden link
Do we have to change something here for TOOLSET?
Unfortunately, there isn't such kind of built-in feature within Toolset plugins, the search box works for post body/title by default, you can add a feature request for it:
https://toolset.com/home/contact-us/suggest-a-new-feature-for-toolset/
You might consider custom codes, for example, when user fill and submit the search form, use filter hook "wpv_filter_query" to trigger a custom PHP function:
https://toolset.com/documentation/programmer-reference/views-filters/#wpv_filter_query
In this PHP function, change view's query as what you want.