tideways / shopware6-benchmarking

The Shopware 6 performance benchmarking toolset, built by Shopware and Tideways.
GNU Affero General Public License v3.0
27 stars 1 forks source link

Improve search scenario to use words from product slugs #26

Open beberlei opened 2 years ago

beberlei commented 2 years ago

The searcher should make searchs that produce no results, or a lot of results. We can do this by counting the words in products based on their URL slug and searching for the word that occurs the most times in products. We could also use some weird hardcoded long words that certainly give no results.