v0.1.8: search_questions sort/minScore corrections
search_questions sort/minScore corrections
Two related bugs in the sort/min computation for stackexchange_search_questions.
Fixed:
sort: "newest"now translates to thecreationsort Stack Exchange expects — SE rejectednewestdirectly withbad_parameter(#6)minScorenow forcessort=votes, the only score-sorted SE mode, instead of erroring under the defaultrelevancesort or silently filtering by date underactivity(#10)
121 tests pass; bun run devcheck clean.