alleyinteractive / searchpress

Elasticsearch integration for WordPress.
87 stars 12 forks source link

Clean up SP_Integration with posts_pre_query #100

Closed mboynes closed 3 years ago

mboynes commented 6 years ago

In WordPress 4.6, the posts_pre_query filter was added to WP_Query. This can replace quite a bit of the hacky stuff we're doing in SP_Integration to replace the DB query.

srtfisher commented 3 years ago

138