Commerce Search API returning (almost) no results
I have a site with 50,000+ products (one display node per product created, as well). I've set up commerce search with solr as a backend and fully indexed the data. If I query directly to solr for a common term (such as "wheel"), I correctly get thousands of hits. However, if I go through Drupal and commerce search (through a search page I've set up), I get at most a handful of results.
Obviously drupal is adding in a bunch of extra filters (or something) to the query so that solr isn't returning to it the "right" (ie, "expected") result set.
Any suggestions of my next step in troubleshooting? Or, even better, does anyone have an idea of what's going on?
Thanks.
-Jonathan
Comments
Note: This is not an answer. This is further clarification of the issue.