This is the place to report bugs and get support. When posting in this forum, please always provide as much detail as possible.
Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum, do not report it as a bug.
When posting in this forum, please try to provide as many relevant details as possible. Particularly the following:
While using this site to try to figure out an answer to a question, I typed "image gallery" (quotes included) into the search box. When the results were returned, the text in the search box had been converted to "image gallery"
Hi Gerry,
You don't need to wrap quotes around search terms.
We can't echo the raw user input into the page, we have to html encode it for security reasons, otherweise there would be vulnerabilities to cross site scripting attacks.
Best,
Joe
Joe,
I did that because I was searching for the phrase. It seems that the search defaults to a logical OR between terms, which often returns too many results. Can boolean logic be used?
I see you are right, the quotes are needed for boolean AND searches. I will add special handling to put the quotes back after we html encode the input.