http://66.209.92.171:8080/solr/select/?q=department_exact:Apparel%
3EMen's%20Apparel%
3EJackets*&fq=country_code:US&fq=brand_exact:adidas&wt=python
The same exact query, with... wait..
Wow. I'm making myself look like an idiot.
I swear that these queries didn't work the first time I ran them...
But now "\ " and "?" give the same results, as would be expected,
while " " returns nothing.
I'm sorry for wasting your time, but I do appreciate the help!
+--------------------------------------------------------+
| Matthew Runo
| Zappos Development
| [EMAIL PROTECTED]
| 702-943-7833
+--------------------------------------------------------+
On Aug 9, 2007, at 1:35 PM, Yonik Seeley wrote:
On 8/9/07, Matthew Runo <[EMAIL PROTECTED]> wrote:
Feel free to run some queries yourself. We opened the firewall for
this box...
http://66.209.92.171:8080/solr/select/?q=department_exact:Apparel%
3EMen's\%20Apparel%
3EJackets*&fq=country_code:US&fq=brand_exact:adidas&wt=python
OK, so this query is returning results, right?
So what query isn't returning any results (but should) now?
-Yonik