Hello,
as I described in my OP, being able to search text and find all relevant results on a website (mainly directory websites) is and has been a must have for years, for decades.
Either with Relevanssi or without that.
I studied a WP course at Udemy which builds up a directory theme from zero to live product (in 15 hours, slowly speaking) from hardcoded HTML and existing CSS, (changing hardcoded HTML to PHP and javascript) what properly finds all strings in related entities like:
- campus
- classroom
- professor
- etc.
I referred to in my OP.
It uses ACF though...
------
Feature requests:
I added a couple, but never got a response, so I don't have any glue whether it is on the roadmap or not, do you find it useful or not, etc.
You can see how others are doing it, eg.:
hidden link
------
The issue basically would not be related to Relevanssi, if Toolset could do that text search properly.
You created the custom search PHP code what work in my specific case - and I really appreciate that -, but Toolset should include a general one in its pack, either with Relevanssi or without.
https://toolset.com/documentation/post-relationships/how-to-display-related-posts-with-toolset/
you could check that my Relevanssi settings were correct (new CPTs and all CFs were selected) and you had to create a custom code, a filter to work properly.
In this docs Toolset writes:
"Other fields, like checkboxes and radios should not contain textual data."
In default WP we can search for blog Categories and Tags, in Woocommerce we can search for Product Categories, Brands, selectable Product Attributes etc. , which are clearly checkbox, radio or dropdown type,
so I really don't understand Toolset's imperfect text search operation...