From: | "sheng yan" <yansheng0083(at)163(dot)com> |
---|---|
To: | pgsql-docs(at)lists(dot)postgresql(dot)org |
Subject: | Website Document Search Disadvantages for Article Titles |
Date: | 2024-11-14 08:22:01 |
Message-ID: | 724b5864.7986.19329c3d863.Coremail.yansheng0083@163.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-docs |
Hello everyone, the pg documentation is very rich. When I am not very familiar with it, I often need to search for specific content by keywords. However, I have found a small issue with the search.
For example, I want to search for 'Data Types' , the result is https://www.postgresql.org/search/?u=%2Fdocs%2F17%2F&q=Data+Types . In fact, I want to find the article with this title, which is this article https://www.postgresql.org/docs/17/datatype.html, but its order is 28, which is the eighth on the second page.
It seems that the search is retrieving content from each page (the specific sorting rule is unknown) without distinguishing whether it is a title? I would like to ask if there is a way to increase the weight of the title, or any other method to achieve a similar purpose (for example, sorting according to the order of keywords appearing in the article, of course, in my opinion, recording the order may be time-consuming, this is just an idea)?
regards, sheng yan
From | Date | Subject | |
---|---|---|---|
Next Message | Greg Sabino Mullane | 2024-11-15 14:13:34 | Re: Generated names (suffix) for constraints not described in docs |
Previous Message | Сергей П (SergeiDos) | 2024-11-13 19:59:10 | Re: Generated names (suffix) for constraints not described in docs |