
Search implementations each have their own philosophy. For example, WordPress’ search philosophy can be generalized as:
> Find any post that mentions these keywords in the post title or content and return them ordered by date descending.
While partially effective, many times you don’t want the post date to be dictating the order of search results. As a reaction, many WordPress developers have embraced third party solutions such as Google Custom Search to power their search. While GSC can be effective, it ultimately has a number of drawbacks that force concessions when it comes to design. There’s a branded search field, search results have ads (unless you pay to get them off), and it’s sometimes really difficult to give search the attention you’ve afforded everywhere else.
There are also some third party solutions out there that operate in a similar way to SearchWP, but as a developer I wanted even more fine grained control. I wanted something that would let me:
– Give separate keyword weights per taxonomy
– Assign keyword weights per custom field
– Have search results for Media point to the post_parent
– Let me attribute CPT hits that don’t have a permalink to a parent page
– Index PDF content
– Build ‘secondary’ search engines that can operate outside my main site search and let me offer search for a specific section of my site
– Existing solutions didn’t offer any of those, so I went ahead and built my dream search plugin.
That’s SearchWP.
Let me kickstart the reviews here :)
We all know default WordPress search is not that great, right? Well this is where SearchWP helps. I needed a better search for my project so I was looking for plugins that were powerful and tweakable, and this plugin is just that.
What I loved the most is its ease of use for developers, you can easily create a custom search and combine it with WP_Query to get just the results you need, awesome!
The vanilla WordPress search functionality is very lacking. SearchWP integrates seamlessly and turbocharges search results in a customizable way.
SearchWP will rank search results based on relevance, rather than WordPress’ default date based results.
The “Supplemental Search” functionality is extremely useful, allowing site owners to set up multiple search fields that search different sections of the website with different result parameters.
If your WordPress website uses search functionality, your site needs this WordPress plugin.