Support has been upgraded!
The Support Forum is closed. Not to worry! Providing the top quality support you expect and we're known for will continue! We're not ending support, just changing where you submit requests. This will provide you with the best experience possible.
Premium Support
Have you purchased an addon for Connections such as one of our premium templates or extensions with a valid license and you need help?
Please open a Support Ticket in your user account.
Free Support
Are you using the free Connections plugin? Don't worry, you are still very important to us! We are still providing you with the same high quality support that we're known for.
Please open a new support topic in the WordPress support forums for Connections.
- This topic has 1 reply, 2 voices, and was last updated 4 years, 9 months ago by
Steven Zahm.
-
AuthorPosts
-
12/17/2018 at 4:21 pm #479630
andisites
ParticipantIs there a way to make the search more intuitive?
For example, if I search for “recruit”, then staff with “recruiter” in their content will show up. However, if I search for “recruiting”, then staff with “recruiter” in their content will not show up.
I know other general search plugins I’ve used have intuitive search, which I think basically strip common prefixes/suffixes from words. I.e. removing “re” from the front of words, ing from the end of words, etc.
Thanks in advance.
12/18/2018 at 9:15 am #479683Steven Zahm
Keymaster@ andisites
This is referred to word stemming. At this time MySQL and MariaDB which is the database most web hosts use to power WP site does not support search word stemming. You would need something like Elasticsearch or Sphinx installed on you server or use a third party service to do the site indexing which supports word stemming. Neither of which is a trivial task.
A sort of quasi word stem search could be implemented but, they are resource intensive and site performance could suffer greatly. The reason is you basically would have to iterate thru the word stems performing a search for each, so a single search could go from one to 2, 3, 4 or more. That would depend on how many words the user entered into the keyword search and how many stems each of those words has.
If you are not using the Notes field, you could enter all the keywords you wish that entry to return as a result and disable search for all fields except the Notes field and perhaps a couple other important fields. Others have done that to great success in order to better control when entries surface in the search results.
Hope this helps!
-
AuthorPosts
You cannot reply to this support topic. Please open your own support topic.