scottmconway / shopgoodwill-scripts

A collection of scripts for programmatically interacting with Shopgoodwill
GNU General Public License v3.0
51 stars 17 forks source link

Search filtering in alert_on_new_query_results #9

Closed scottmconway closed 2 years ago

scottmconway commented 2 years ago

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.

scottmconway commented 2 years ago

Closing for now - I might open another issue in the future if I wish to pursue additional advanced query features.