On 8/9/07, Matthew Runo <[EMAIL PROTECTED]> wrote: > Yes, we've reindexed several times. Here are three sample result sets.. > > 1 - ?q=department_exact:Apparel>Men's? > Apparel>Jackets*&fq=country_code:US&fq=brand_exact:adidas > 2 - ?q=department_exact:Apparel>Men's\ > Apparel>Jackets*&fq=country_code:US&fq=brand_exact:adidas > 3 - ?q=department_exact:Apparel>Men's > Apparel>Jackets*&fq=country_code:US&fq=brand_exact:adidas > 4 - ?q=Apparel>Men's > Apparel>Jackets*&fq=country_code:US&fq=brand_exact:adidas > > 1 is the only one that has any data now.. very strange that it'd > change when I changed nothing in the index. But at any rate, > shouldn't "?" and "\ " give the same results?
They translate to different queries. But can I see the XML output for 1 and 2 with &debugQuery=on&indent=on appended? -Yonik