aux

aux

1M Downloads

Can you compare prices of multiple items in query filters?

Jakobud opened this issue ยท 3 comments

commented

For example, query for item1 where price is less than 1/2 of item 2? Is it possible to do this?

commented

Only by manually specifying the price. Not sure how that would even work otherwise. What's the "price" of an item.

commented

I would think the lowest buyout price of an item is the price I guess. I guess this would require sort of variables in the query or something.

commented

That would require a whole different method of filtering because the filter can only be evaluated after the scan is done.