Yakomota / procurement

Automatically exported from code.google.com/p/procurement
0 stars 0 forks source link

Request: Advanced sorting #214

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Would it be possible to implement a SQL like Querys in the Forum Template 
generator?

I would like to be able to do something like this

[spoiler="Rings with buyout set"]
Select * from {Stash:1} Where Itemtype="Rings" and buyout not Null;

or Select * from {Stash:1} where Itemtext like "increased physical damage"; (to 
choose all items which have increased physical damage)

Another Feature i would like to suggest is the option to exclude stashes from 
the Recipes Querys because i realy don't want to vendor everything in my shop

Original issue reported on code.google.com by dorian....@gmail.com on 17 Mar 2014 at 11:08

GoogleCodeExporter commented 9 years ago
Excluding tabs from recipies results is something I want to add. The SQL like 
queries is something I'd like to add, but it would take considerable changes 
which I don't have time for at the moment.

Original comment by stickymaddness on 19 Mar 2014 at 7:55