alleyinteractive / archiveless

WordPress plugin to hide posts from archives (lists)
GNU General Public License v2.0
7 stars 4 forks source link

Support Elasticsearch #60

Closed renatonascalves closed 11 months ago

renatonascalves commented 1 year ago

Description

Make sure this plugin's logic is respected when using one of those plugins:

Use Case

A site that uses ElasticSearch.

mboynes commented 1 year ago

I would suggest that this may not be necessary. The purpose of this plugin is query performance (to avoid NOT IN queries et al); if a query is being replaced with Elasticsearch, then it shouldn't need archiveless.

renatonascalves commented 11 months ago

Agree! After a bit more reflection, what we need is actually a elasticsearch-archiveless plugin.