Madison Swain-Bowden
Madison Swain-Bowden
Update from @obulat: > I looked through the code, and It appears that we first remove invalid quotes (if there are 3 quotes, for example) and then use `simple_query_string` [[Elastic...
@sarayourfriend suggested this may also be the result of [stemming](https://www.elastic.co/guide/en/elasticsearch/reference/current/stemming.html) (and potentially [stop token filtering](https://www.elastic.co/guide/en/elasticsearch/reference/current/analysis-stop-tokenfilter.html)). E.g. even quoted searches for "skiing" would return results on "ski" and "skis". Elasticsearch has...
It _should_ be easy enough to run `docker-compose config` and then do some light parsing of it in order to get this output!
I've given this a medium priority as it seems like a larger change that may be essential but is not urgent.
@dhruvkb It looks like this may have diverged from main, does it still make sense to target this work soon? If not, should we close this PR?
One mitigation approach we could employ here ([based on this discussion from the Make WP Slack](https://wordpress.slack.com/archives/C02012JB00N/p1669749455402879?thread_ts=1669738284.048119&cid=C02012JB00N)): For cases where the number of results on a page is less than the...
I really appreciate the alternative pagination solution you've offered @sarayourfriend! Thinking about what's the _maximum amount of accurate information we could give_, the pagination cursor seems like the best option....
We're also seeing this as part of our monorepo-based deployment setup (borrowed from https://github.com/release-drafter/release-drafter/issues/1294) - on releases for a particular app, contributors of all commits (including those skipped) are added...
Both Sentry links no longer work, and I can't find any OperationalError alerts within the last 90 days in Sentry (which seems to be Sentry's [data retention limit](https://sentry.io/security/#data-retention)). I'm going...
I am +1 on @dhruvkb's first and second points! Your examples also show the disclaimer for CC licensed content no longer linking to https://creativecommons.org/licenses/ - is that an intended change?...