hey guys, I'm having an issue where if I have a document where the first name is: Ricky and the last name is: Johns
and I give such a query: first-name:ricky* AND last-name:johns*;score desc,last-name asc,first-name asc I get 0 results back. but if I change the query to be something like first-name:rick* AND last-name:john*;score desc,last-name asc,first-name asc then I will get that document back....why would this occur? Both those fields are of type text. thanks alessandro ferrucci :)