Hello,
I'm having a bit of a dilemma here. In my (B2B) rapido solution, the products don't have base prices, only user-specific prices. I should not show the user products on which they don't have a price.
The "Products" query in the repository is configured to only filter products with a price > 0. That looks fine, except the data that is indexed is the base price, therefore no product is returned. If I remove this condition, then every product is returned, including those without a price. Since the products come from the index, they are not affected by the setting "only return products which have a price". I can't edit the template for the feed either because I only get a fixed amount of products in it, so the page size would be different and the product count wrong.
What can I do here that doesn't require the use of assortments ?