Something went wrong while fetching comments. Please try again.
Created by: slimsag
This includes various improvements to the (currently unused) apidocs package to optimize and improve behavior, including:
:*
tsquery prefix operator usage in TextSearchQuery
, as it's very slow. We're now very cautious about when and where we utilize it.OR
conditions as we previously did.()
(illegal SQL) when there are no query terms.(
parens )
so that we don't need to worry at the usage site where we sqlf.Sprintf("WHERE %s AND ...", condition)
them in.All changes have tests, and added new tests in some cases to catch edge cases I hadn't previously thought of.
Helps #21938