Ajax Search Pro add-on?
- pseudo visitorParticipant5 years, 8 months ago #9665
Hi,
I noticed in the changelog that you planned an Ajax Search Pro add-on in the next release.
Is it a reality, or just a forecast?
wpsolrKeymaster5 years, 8 months ago #9666Hi,
We are currently evaluating the feasibility of replacing Ajax Search Pro SQL queries with WPSOLR Solr/Elasticsearch queries.
There are some discrepancies to be filled though. For instance, Ajax Search Pro returns CPTs (custom post types), as WPSOLR does. But it also returns other object types (like users, terms, categories, comments), but WPSOLR does not.
wpsolrKeymaster5 years, 8 months ago #9724After a lot of digging, I decided not going further with the Ajax Search Pro add-on.
The code to build SQL queries by Ajax Search Pro is very complex, as expected, and cannot be mimicked in its current state without cloning all classes in /ajax-search-pro/includes/classes/search/*
Or it would require to add many apply_filters() in Ajax Search Pro’s code, one for each part of the SQL.
You must be logged in to reply to this topic.