Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PostgreSQL doc: some JSON functions can't be found #2177

Open
av44 opened this issue Mar 13, 2024 · 0 comments
Open

PostgreSQL doc: some JSON functions can't be found #2177

av44 opened this issue Mar 13, 2024 · 0 comments

Comments

@av44
Copy link

av44 commented Mar 13, 2024

PostgreSQL: some JSON function names are not searchable

Summary

When entering names of JSON functions from
Table 9.47. JSON Creation Functions https://www.postgresql.org/docs/15/functions-json.html#FUNCTIONS-JSON-CREATION-TABLE
and
Table 9.48. JSON Processing Functions https://www.postgresql.org/docs/15/functions-json.html#FUNCTIONS-JSON-PROCESSING-TABLE
into the search field, the functions are not appearing in the results window. Examples: array_to_json, json_array_elements.

Tested with PostgreSQL doc version 15 and 16.

Apparently this started with PostgreSQL doc version 12, older versions seem to be working properly:
image
image

Actual behaviour

Searching for array_to_json, json_array_elements returns no result when having PostgreSQL versions 15 and 16 configured in preferences.
image

Expected behaviour

Search should be successful, leading to the corresponding documentation page.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant