-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sync with A8C forked version #92
Merged
mboynes
merged 27 commits into
alleyinteractive:main
from
Automattic:pull-from-muplugins
Nov 19, 2021
Merged
Sync with A8C forked version #92
mboynes
merged 27 commits into
alleyinteractive:main
from
Automattic:pull-from-muplugins
Nov 19, 2021
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Merge upstream
Add VIP Search adapter
The Tag taxonomy is actually called `post_tag`
VIP Search adapter fixes / tweaks
Otherwise filters don't work correctly
…ping Fix post_type in vip search mapping
This matches WP Core and JP Search behavior for querying by term name
This matches existing behavior of JP Search
…values Use lowercase term and meta values
Elasticsearch after 7.0 doesn't return the total hits by default - it caps the count at 10k. That reduces query times, but also makes the count inaccurate when more than 10k posts match, so we need to send the `track_total_hits` parameter.
Get total hit count from ES
…itle_in_adapter Use raw field for post title in adapter
…-name-in-adapter Use raw field for post name in adapter
Fix is_main_query() not registering when hooked onto pre_get_posts
…y_name is not 1:1 with nicename
Use login field instead of display_name for cases where user's display_name does not match
…into alleyinteractive-main
Sync upstream: update from 0.2 to 0.4
Ahhh wrong repo, sorry. |
@rebeccahum I'm happy to merge in any of this if it makes sense? At a glance it looks like valuable updates. |
@mboynes Cool, I can re-open it then! |
Thanks! |
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR: