Re: wildcard oddity

2009-12-15 Thread Erick Erickson
Do you get the same behavior if you search for "gang" instead of "gets"? I'm wondering if there's something going on with stemEnglishPossesive. According to the docs you *should* be OK since you set setmEnglishPosessive=0, but this would help point in the right direction. Also, am I correct in as

wildcard oddity

2009-12-15 Thread Joe Calderon
im trying to do a wild card search "q":"item_title:(gets*)"returns no results "q":"item_title:(gets)"returns results "q":"item_title:(get*)"returns results seems like * at the end of a token is requiring a character, instead of being 0 or more its acting like1 or more the text im tr