WebSearch: full-text snippet display fix
- Fixes display of full-text snippets for partial phrase queries that was not working due to leading and trailing wildcard character. (Example: fulltext:'of' now gives the same snippet output as fulltext:"of" or fulltext:of, which was not the case before.)