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 5 replies, 2 voices, and was last updated 12 years, 1 month ago by
Steven Zahm.
-
AuthorPosts
-
06/24/2014 at 8:04 pm #294969
Roger
GuestSearches seem to be performed as “or” searches instead of “and” searches. This causes a search for a business name with three words to return dozens of other results before the one I am looking for. How can I make this an “and” search, so that all of the terms are required instead of just one?
06/25/2014 at 10:05 am #294985Steven Zahm
Keymaster@ Roger
Try going to the Connections : Settings admin page and disabling the keyword search option under the Search settings tab. If you server support FULLTEXT searching, you get better search results.
Hope that helps!
06/25/2014 at 10:37 am #294986Roger
GuestI do not get any results when I enable fulfulltext searching. How can I enable it on the server? Is there a command I need to run from the command line?
06/25/2014 at 11:32 am #294990Steven Zahm
Keymaster@ Roger
You need to change the db engine for the Connections tables using phpMyAdmin. This can usually be accessed from your web host’s control panel. Depending on the version of MySQL that is installed you either want InnoDB or MyISAM. IF MySQL is great than or equal to 5.6.4 then you want InnoDB otherwise you want MyISAM.
To change a table to InnoDB you would use this query:
ALTER TABLE <table-name> ENGINE=INNODB;To change a table to MyISAM you would use this query:
ALTER TABLE <table-name> ENGINE=MyISAM;You would replace
<table-name>with the actual table.This is the list of tables you would have to change:
<wp_db_table_prefix>_connections <wp_db_table_prefix>_connections_address <wp_db_table_prefix>_connections_phone <wp_db_table_prefix>_connections_email <wp_db_table_prefix>_connections_messenger <wp_db_table_prefix>_connections_social <wp_db_table_prefix>_connections_link <wp_db_table_prefix>_connections_date <wp_db_table_prefix>_connections_meta <wp_db_table_prefix>_connections_terms <wp_db_table_prefix>_connections_term_taxonomy <wp_db_table_prefix>_connections_term_relationshipsYou would replace
<wp_db_table_prefix>with the actual WP db table prefix. The default iswp_.A simpler way using phpMyAdmin (rather than doing the queries), see this:
http://www.electrictoolbox.com/mysql-change-table-storage-engine/Before you do this go to the Connections : Settings admin page and disable the FULLTEXT option under the search tab.
When you have completed this, the go back and re-enable it so the FULLTEXT indexes will be built.
That should do it.
06/25/2014 at 1:35 pm #295026Roger
GuestThank you very much! This solves the issue.
06/25/2014 at 7:36 pm #295037Steven Zahm
Keymaster@ Roger
Great to hear!
If you have a moment, I would truly appreciate a review as they really do make a difference. Many thanks in advance!
http://wordpress.org/support/view/plugin-reviews/connections -
AuthorPosts
You cannot reply to this support topic. Please open your own support topic.
