I have a strange problem.....
Using this query string, I find 1 document
[ApplicantsForename] CONTAINS ar* AND [ApplicantsSurname] CONTAINS mcdermott
BUT using this string, simply making the wildcard part 1 character less, I find 0 documents. nb. The slight difference is the bold section
[ApplicantsForename] CONTAINS a* AND [ApplicantsSurname] CONTAINS mcdermott
Any idea why? Is there something where you have to use more than 1 character if using a wildcard or something stupid that I'm missing?
Thanks