You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
->uri(['not', '']); // Filter out entries with no URL as they shouldn't be indexed
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.
The text was updated successfully, but these errors were encountered:
If I make a entry that is in the future it gets indexed.
I'm guessing because of:
craft-elasticsearch/src/services/ElasticsearchService.php
Lines 382 to 386 in afe13cb
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.
The text was updated successfully, but these errors were encountered: