The search functionality has been expanded to allow some advanced filtering, similar to eBay's search functionality.
Negative filters
Screenshot 2024-12-05 at 9
Wherever you search in Whuppit, you can use the hyphen
-
as a negative filter, filtering out any cards that match that criteria.
For example, the following query would pull up any cards that contain the words "prizm" and "ginobili", but filter out any cards that also contain the word "select"
ginobili prizm -select
"Or" filtering with comma's
Screenshot 2024-12-05 at 9
You can also provide a group of words within parentheses and separated by comma's to apply OR logic to your search.
For example, the following query would return all cards matching "topps now" and all cards matching "bowman now":
(topps,bowman) now
Combining groups and negative filters
Screenshot 2024-12-05 at 9
Finally, you can combine negative filters with groups to exclude groups of words.
The following query would first find any cards that match "topps now" or "bowman now", but then filter out any cards that also contain "hannah" or "cooper":
(topps,bowman) now -(cooper,hannah)
The new search improvements should make it easier than ever to find the cards you're looking for, as well as build granular custom reporting.