The following documentation comment has been logged on the website:
Page: https://www.postgresql.org/docs/14/functions-comparison.html
Description:
For some reason, searching for "BETWEEN" (no quotes) on the docs site
returns no hits:
https://www.postgresql.org/search/?q=BETWEEN
This is surpris
PG Doc comments form writes:
> Searching for "the between predicate simplifies range tests" does turn
> up a hit for that page, so it's indexed, but the words "The BETWEEN" are
> not set in bold in the search result. Perhaps "BETWEEN" is being treated
> as a stop word, even though it's capitalized
On Fri, Jun 24, 2022 at 4:40 PM Tom Lane wrote:
> PG Doc comments form writes:
> > Searching for "the between predicate simplifies range tests" does turn
> > up a hit for that page, so it's indexed, but the words "The BETWEEN" are
> > not set in bold in the search result. Perhaps "BETWEEN" is be