I realized that when users enter text and search on my website the search result heading is displayed with a "+" in between the spaces.
For example if someone searches for "What is Facebook opengraph"
The result will come as: "What+is+facebook+opengraph". Searching for "Open graph" will return as "Open+graph".
If someone searches for a single word with space at the end, the space is returned as a "+". For example searching for "bookshop" returns "bookshop" in heading whereas searching for "bookshop " (notice the space after word) returns as "bookshop+".
How do I remove the "+" that replaces the spaces between words?