Hi If If I run the php script below queryparser removes the asterisked word(s) from it's search. Am I doing something wrong? $a = new_queryparser(); $query = queryparser_parse_query($a,"harry pott*",QueryParser_FLAG_WILDCARD); Description: Xapian::Query(harry:(pos=1)) Thanks Martin