Fix Offset
This is a temp fix and should be replaced ASAP.
@ValueRaider temp fix for #2419
@ValueRaider can this be merged? It is a major bug.
You forget that the predefined queries have predefined attributes e.g. sort. Better fix #2440
(also why are my commits in this commit history?)
The post_query.update(PREDEFINED_SCREENER_QUERIES[query]) adds all of the predefined attributes.
(I dont know why your commits are in this)
I could also change it to
query = PREDEFINED_SCREENER_QUERIES[query].copy()
query.update(fields)
post_query = query
This would keep the customized inputs.
@ValueRaider have you decided which one to merge?
Decided, merged mine.