Skip to content

v0.1.8: search_questions sort/minScore corrections

Choose a tag to compare

@cyanheads cyanheads released this 17 Jul 00:50
v0.1.8
561124a

search_questions sort/minScore corrections

Two related bugs in the sort/min computation for stackexchange_search_questions.

Fixed:

  • sort: "newest" now translates to the creation sort Stack Exchange expects — SE rejected newest directly with bad_parameter (#6)
  • minScore now forces sort=votes, the only score-sorted SE mode, instead of erroring under the default relevance sort or silently filtering by date under activity (#10)

121 tests pass; bun run devcheck clean.

CHANGELOG v0.1.8