| From: | PG Doc comments form <noreply(at)postgresql(dot)org> |
|---|---|
| To: | pgsql-docs(at)lists(dot)postgresql(dot)org |
| Cc: | postgresql(at)wchargin(dot)com |
| Subject: | No search results for "BETWEEN" |
| Date: | 2022-06-23 16:29:36 |
| Message-ID: | 165600177616.879893.13980346362169630574@wrigleys.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-docs |
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 surprising, because the comparison operator "BETWEEN" is in fact
well documented in section 9.2, "Comparison Functions and Operators":
https://www.postgresql.org/docs/14/functions-comparison.html
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 and an SQL keyword?
It would be nice for this to appear in a Postgres search instead of
having to resort to a normal web search (whose results usually include
half a dozen blogspam entries before the actual desired docs).
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2022-06-24 14:40:17 | Re: No search results for "BETWEEN" |
| Previous Message | Bruce Momjian | 2022-06-22 21:00:21 | Re: Unclear Wording |