thirdy / durian

Path of Exile Items watcher
http://thirdy.github.io/durian/
GNU General Public License v2.0
35 stars 10 forks source link

Duplicate search tokens #62

Open zocke1r opened 8 years ago

zocke1r commented 8 years ago

Because, the config file adds "tmpsc bo online" to every search it is impossible without changing the config file to search indifferent leagues, or for items without a buyout or offline items. I think if possible they should only be added if no such identifier is given instead of them always being added

kyri0 commented 8 years ago

Something like this was already requested somewhere, I believe in the forums. Thirdy said he would look for a way to make the manual input of bo, league or online to override the input from the config file. Glad you made a ticket for it!

About the league, I don't know if you can use xyzz indexer to search more than one league in one single request, desplaying like standard and tmpstandard results at the same time. At least, in the front end that xyzz provides, which is poe.trade, I don't know how to do this. Can you do this there?

zocke1r commented 8 years ago

I think i didnt express clearly enough what i meant, i dont want to be able to search in multiple leagues at once, it was part of the list of things you can't do without changing the config

thirdy commented 8 years ago

how about leaving the config empty?

manual.search.prefix=
automated.search.prefix=

?

zocke1r commented 8 years ago

yes that would work problem is the lose of convenience they provide

thirdy commented 8 years ago

i see, some kind of override to the defaults would be good for this.

moving the parsing of search terms into js script might be the way to go for this