SGW doesn't do a great job of allowing the user to make complex query strings. For example, I get the same results if I search with the following queries:
foo bar
"foo bar"
Advanced query features:
sub-string search - parse single/double quotes and search for the substring in the item title
description search(?) - note that we can only remove results from the search, so this probably won't be useful.
Since advanced queries will still utilize the search text field, we can simply modify the results before they're delivered to the user, further filtering based on the user's advanced requirements.
SGW doesn't do a great job of allowing the user to make complex query strings. For example, I get the same results if I search with the following queries:
Advanced query features:
Since advanced queries will still utilize the search text field, we can simply modify the results before they're delivered to the user, further filtering based on the user's advanced requirements.