https://www.steamgifts.com/giveaways/search?level_min=1&OR&entry_max=200
Is that possible?
Adjust that to OR=True, or OR=1, and it should definitely be possible [for cg to implement]. I forget if you can default set HTML form variables [ie, preset the OR variable to 1 and be able to automatically switch it to 0 if it's in the command line without any set parameters], but there's no readily apparent reason that it shouldn't work if you clearly set the paremter [eg, to 1], since or functions are inherent to database queries to begin with (in the same manner that and functions are).
Well, I'm in favor of phrasing it as "Blend=True", though, but I guess that's an inconsequential point. :P
As my preference on that detail indicates, all you're really doing is blending two different searches into one, so it definitely seems like something a script could handle. If you're willing to poke around in the code, userscripts should always have all their data visible user-end, so you could just dig through ESGST [given the indication by ChessPie that it already has the function] and try stripping out the relevant section(s) (for use in a new script of your own), if you'd prefer to not utilize the full ESGST script.
Comment has been collapsed.
I have tried that but it didn't work. Not sure if I am doing something wrong. Although like you said it should be something that a script could handle quite easily. Either way my knowledge is very limited and I just wanted something simple so not sure if I will be able to make it. I will indeed look into the ESGST that seems a very interesting tool. Thanks.
Comment has been collapsed.
0 Comments - Created 5 minutes ago by killerfusion6
1,488 Comments - Last post 14 minutes ago by PicoMan
29 Comments - Last post 1 hour ago by Gorebelly318
50 Comments - Last post 2 hours ago by MeguminShiro
47,358 Comments - Last post 2 hours ago by Mhol1071
140 Comments - Last post 3 hours ago by Bum8ara5h
12 Comments - Last post 4 hours ago by Akylen
29,993 Comments - Last post 2 minutes ago by ClapperMonkey
2,860 Comments - Last post 8 minutes ago by ceeexo
90 Comments - Last post 29 minutes ago by ceeexo
555 Comments - Last post 37 minutes ago by cHendler
13 Comments - Last post 1 hour ago by Carenard
60 Comments - Last post 1 hour ago by simrafael
1,445 Comments - Last post 1 hour ago by hallak65
Hello,
I have checked the search parameters thread for the giveaways and I would like to know if there is any way to do an OR inside the search.
For example in this case we have 2 parameters, I am searching for giveaways with minimal level 1 and max entries to 200:
https://www.steamgifts.com/giveaways/search?level_min=1&entry_max=200
Although I would like to turn that from an AND to an OR. Search for giveaways that are over level 1 or that have entries lower than 200.
https://www.steamgifts.com/giveaways/search?level_min=1&OR&entry_max=200
Is that possible?
Thanks.
Comment has been collapsed.