I would like to do a full text search of a custom post field. For example I have a collection of custom posts called Plants which contain a field called English Name. One of the names is "Crown Daisy", if I search for "daisy" I want the plant containing the English name "Crown Daisy" to be returned. What would be the best way to implement this functionality?
Thanks for any help
Hi Minesh, Tried following the doc.
English Name is a field in the Plant custom post (see image), it's also registered as a Taxonomy,
and in an HTML snippet (see image) used here:
You can use Single line, Multiple line or WYSIWYG with Relevanssi integration. You have custom third-party field and I'm not sure if it will work or not.
Can you please share problem URL where you added the text search as well as admin access details and also tell me what view you created.
*** Please make a FULL BACKUP of your database and website.***
I would also eventually need to request temporary access (WP-Admin) to your site. Preferably to a test site where the problem has been replicated if possible in order to be of better help and check if some configurations might need to be changed.
I have set the next reply to private which means only you and I have access to it.
I don't have a view, but the Home Page content template contains a drop down list of English Names. I would like a full text search of English Names, and when a name is found, clicking it will go to the Plant post same as clicking English name on Home page.
Thanks