eomatch.finder.base.BaseMUFinder.run_scrappi#
- BaseMUFinder.run_scrappi(query: dict, context: dict | None = None) scrappi.ProductItemSet[source]#
Execute a single scrappi query and return the matching products.
If the query returns no products an empty
ProductItemSetis returned rather thanNone. Results are sorted bystart_timebefore being returned.- Parameters:
query – scrappi query dict (keys depend on the collection type).
context – optional
ScrappiContext; defaults toScrappiContext().
- Returns:
sorted
ProductItemSetof matching products.