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
Even after removing the "suggested items" (which ebay might serve on no exact match), I've noticed that occasionally ebay some results that should have been part of an exact match simply sneak past some search operator, especially the NOT (minus) operator.
By parsing the search query and filtering out every result that that does not match, we can not only avoid the above but also remove brittle (and language dependent) code that deals with "suggested items" (as well as some of the css-specificity, which targets the search results while avoiding other items on the page, though I might opt to keep that until proven to be brittle).
The text was updated successfully, but these errors were encountered:
Even after removing the "suggested items" (which ebay might serve on no exact match), I've noticed that occasionally ebay some results that should have been part of an exact match simply sneak past some search operator, especially the NOT (minus) operator.
By parsing the search query and filtering out every result that that does not match, we can not only avoid the above but also remove brittle (and language dependent) code that deals with "suggested items" (as well as some of the css-specificity, which targets the search results while avoiding other items on the page, though I might opt to keep that until proven to be brittle).
The text was updated successfully, but these errors were encountered: