Plugin Author
Steven
(@shazahm1hotmailcom)
It is not possible to integrate with the core WordPress search because it is highly optimized for only searching WP pages/posts or Custom Post Types (CPT) if they are registered for search.
Connections does not use CPT for its data because the db schema for CPT’s are optimized for post like data only. Connections uses a db schema optimized for directory content for performance and scalability. You’ll find that much larger plugins have moved or are moving away from using CPT’s because using them are too inefficient for the custom data schema’s they require.
If you want search, you need one of the premium templates. If you want to have a search input on your home page, use the Search Widget which comes as part of the Widget Pack. You can place this widget in your theme’s sidebar so it shows up everywhere.
Hope this helps!
Thank you for your reply. I was trying to avoid to have 2 places for users to search (one for posts/pages and one for direcory). I’m using a premium template and also have widget pack. I’ll stick with those 🙂