This repository was archived by the owner on Jan 14, 2020. It is now read-only.
This repository was archived by the owner on Jan 14, 2020. It is now read-only.
Add tests for search functionality #470
Open
Description
Recently search functionality has been added but there are no automated tests for it yet. The test should cover:
- Apollo loaded GraphQl schema without errors
- elasticsearch has spawned with fixtures
- calling
search
onorigin-js
returns the expected result:- title field is being boosted
- comission is taken into account when ranking listings
- fuzzy search is working
minPrice
andmaxPrice
aggregators have correct values