alleyinteractive / searchpress

Elasticsearch integration for WordPress.
87 stars 12 forks source link

Change the default for indexing filtered content to true to better support Gutenberg #119

Closed kevinfodness closed 4 years ago

kevinfodness commented 4 years ago

Fixes #118

mboynes commented 4 years ago

The reason for this being false initially is that it's quite fragile. Applying core filters in an unexpected context can easily lead to issues in general, but especially in this case because this isn't running in "the loop". I think we will need to do that as part of this change.