No search results for "BETWEEN"

2022-06-24 Thread PG Doc comments form
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

Re: No search results for "BETWEEN"

2022-06-24 Thread Tom Lane
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

Re: No search results for "BETWEEN"

2022-06-24 Thread Magnus Hagander
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