> > When I do: > &q=title_search:Pappegay*&defType=lucene&q=*:*&fl=id,title > > nothing is found. > > but if I do: > &q=title_search:Pappegay&defType=lucene&q=*:*&fl=id,title > > the location IS found. > > I do need a wildcard though, since users may also search on > parts of the > title (as described earlier in this post). But this looks > almost as if the > location is not found if the wildcard is on the end and the > searched string > is no longer than the position of the wildcard(if that > makes sense :)
Why are you using two q parameters in your search URL? &q=*:*&q=title_search:Pappegay*