la-haute-societe / craft-elasticsearch

Bring the power of Elasticsearch to your Craft CMS projects
Other
18 stars 14 forks source link

Indexing Pending Entries #38

Open spAnser opened 10 months ago

spAnser commented 10 months ago

If I make a entry that is in the future it gets indexed.

I'm guessing because of: https://github.com/la-haute-societe/craft-elasticsearch/blob/afe13cb5ab91810b12ff75c5d4a50826bc9463a9/src/services/ElasticsearchService.php#L382-L386

It would be nice if this was configurable or just not the case since a pending entry shouldn't be part of any search results and doesn't have a page yet to store for full text search anyways.