I have a bookshop site where the default search is for exact phrases. If I search for the title "Does anybody love me" on lion.testweb.co.uk, it brings up a result. But the phrase "Does anybody love me?" (which is the correct title of the book, complete with final ?) does not.
I know that wildcards (* and ?) are not supported in exact phrases. Is the ? being interpreted as a wildcard character here? If so, how do I search for phrases that end with a question mark as this is what the user may well type?
(My current solution is to add to the meta keywords for the page a version of the book title stripped of any non A-Z, 0-9 characters and to do the same for the search string before submission.)
Thanks
I know that wildcards (* and ?) are not supported in exact phrases. Is the ? being interpreted as a wildcard character here? If so, how do I search for phrases that end with a question mark as this is what the user may well type?
(My current solution is to add to the meta keywords for the page a version of the book title stripped of any non A-Z, 0-9 characters and to do the same for the search string before submission.)
Thanks
Comment