Just found this bug while browsing the code: The `results_as` function ignores its keyword argument and just returns a copy of the query. https://github.com/lugensa/scorched/blob/0074415e80a00c69f1b64e59f555ee2b2d3b4066/scorched/search.py#L550 since this function is also documented nowhere, maybe just remove it?
Just found this bug while browsing the code: The
results_asfunction ignores its keyword argument and just returns a copy of the query.scorched/scorched/search.py
Line 550 in 0074415
since this function is also documented nowhere, maybe just remove it?