Open hideandgeek404 opened 1 year ago
📌 ACTIONS
I'll add to this that it shows 125 plugins found
but only display 20 or so plugins without any pagination.
The logged-out version of the marketplace loads the rest as you scroll.
I think the enhancement here is not the search query itself but rather adding pagination to the page similar to .orgs plugin page
For testing purposes, I have created this diff: D160632-code where I add an additional query removing the spaces as suggested, but the results do not improve with regards to wp bakery
.
Production | Adding a query that removes the spaces |
---|---|
I have also found this comment pdh6GB-3ch-p2#comment-3940 where it is explained that this could be a complex issue to tackle.
@robfelty, have you got any additional suggestions for the Marketplace Search to return results without spaces for queries that include spaces? Also tagging @gibrown for some potential Elasticsearch suggestions to solve this 😄
Support References
This comment is automatically generated. Please do not edit it.
@epeicher - I added some comments on the phabricator diff.
Removing this from The One Board, since Bespin has taken it on.
Quick summary
When searching the plugin marketplace it would be good if the search term was also checked without any spaces to see if common plugins are found. In the case of searching for "WP Bakery" the main plugin is not returned.
Steps to reproduce
What you expected to happen
I would expect that when I search for "WP Bakery" I would see a very closely matched plugin "WPBakery" especially as it is one of the most popular plugins.
What actually happened
Searching for "WP Bakery" returns many results, but none of them are the WPBakery main plugin - although, noted that there are many related plugins with the no space version in the name
Searching for "WPBakery" brings back the desired result of the main plugin as the first result along with the correct related plugins.
Impact
All
Available workarounds?
Yes, easy to implement
Platform (Simple and/or Atomic)
Atomic
Logs or notes
No response