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
I have run into a strange issue where the site I am working with has multiple post types. Products, Product Categories, News, regular posts and pages as well. When I am searching for a specific Product there are times that it doesn't show up even with using the exact name of the product.
At first I was attempting to search for the first four letters of a products title, nothing showed up. Did a few wp ElasticPress sync even with --setup with no luck of getting it to show. Did a --post-type="product" and was finally able to get this to show up in the results.
Did another search for a product name with a character and then 4 numbers after it and even though the products had a high weight and almost matching search term the products showed up at the bottom of the search results and the auto-suggest. Even with trying to setup a custom search results for this term and moving the products to the top, the first custom selection isn't showing and it is showing a different page at the top. If we remove the first character and do a search of just the 4 numbers, then the products show up first in the autosuggest search results.
I have made sure that we are not running any filtering on the searches within WordPress. We do have some customization as to the output on the autosuggest but nothing that should be modifying any of the results themselves.
Just seems like there is inconsistencies with first being able to index all of the items that should be indexed and then the search functionality not showing results that have been setup to have more weight in the system.
The text was updated successfully, but these errors were encountered:
I have run into a strange issue where the site I am working with has multiple post types. Products, Product Categories, News, regular posts and pages as well. When I am searching for a specific Product there are times that it doesn't show up even with using the exact name of the product.
At first I was attempting to search for the first four letters of a products title, nothing showed up. Did a few wp ElasticPress sync even with --setup with no luck of getting it to show. Did a --post-type="product" and was finally able to get this to show up in the results.
Did another search for a product name with a character and then 4 numbers after it and even though the products had a high weight and almost matching search term the products showed up at the bottom of the search results and the auto-suggest. Even with trying to setup a custom search results for this term and moving the products to the top, the first custom selection isn't showing and it is showing a different page at the top. If we remove the first character and do a search of just the 4 numbers, then the products show up first in the autosuggest search results.
I have made sure that we are not running any filtering on the searches within WordPress. We do have some customization as to the output on the autosuggest but nothing that should be modifying any of the results themselves.
Just seems like there is inconsistencies with first being able to index all of the items that should be indexed and then the search functionality not showing results that have been setup to have more weight in the system.
The text was updated successfully, but these errors were encountered: