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 7 replies, 2 voices, and was last updated 6 years, 7 months ago by
Steven Zahm.
-
AuthorPosts
-
10/24/2016 at 11:15 am #397036
Игорь Афанасьев
Participantfaced with such a problem
I’m trying to find a specific organization
as a result of search gives me a lot of organizations in the name of which has similar words
http://joxi.ru/LmG5R1oUz457Al
Is it possible to refine your search?10/24/2016 at 11:33 am #397057Steven Zahm
Keymaster@ Игорь Афанасьев
The fields that are searched can be configured on the Connections : Settings admin page under the Search tab. Limiting the number of fields to only the importing fields for your useage can limit the number of results displayed making them more relevant to your useage. Hope that helps!
10/24/2016 at 11:51 am #397065Игорь Афанасьев
ParticipantThe problem tos that my request for a multi-word search is divided into several inquiries from individual words.
http://joxi.ru/ZrJdnloco35Z2j
Can this be fixed?10/25/2016 at 10:41 am #397161Steven Zahm
Keymaster@ Игорь Афанасьев
You can enable exact search only with a filter. Install the Code Snippets plugin.
Add the following code as a new snippet:
add_filter( 'cn_search_terms', 'cn_exact_search_only' ); function cn_exact_search_only( $terms ) { return array( $terms[0] ); }
Save and Activate the snippet (important, it must be activated).
Now, when searches are made, it will only return results based on the entire string entered by the user and not do searches based on partial word matches of each word entered by the user.
Hope that helps!
10/25/2016 at 11:03 am #397170Игорь Афанасьев
ParticipantThank you. It earned.
But there was one more question –
How to deal with incomplete requests, for example, instead of average educational school №101 dialed High school №101 – that is, it is one company, but in the first case it is, and in the second – is not.
Is it possible in the absence of results to reduce the “rigidity” of the search?10/25/2016 at 1:23 pm #397232Steven Zahm
Keymaster@ Игорь Афанасьев
re: Is it possible in the absence of results to reduce the “rigidity” of the search?
That is how it is pretty much supposed to work without the filter. Except partial matches will be displayed after the exact match.
The filter I gave removes the ability to do a less “rigid” search.
10/25/2016 at 1:47 pm #397245Игорь Афанасьев
Participantwhether you can set up a filter that would work automatically, depending on the result
10/25/2016 at 1:58 pm #397248Steven Zahm
Keymaster@ Игорь Афанасьев
The filter sets up the search terms before the search is made. It can not be added or removed after a search is made because it is run before.
-
AuthorPosts
You cannot reply to this support topic. Please open your own support topic.