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

searching the website for mysqli functions does not lead to a result #677

Closed
staabm opened this issue Jul 29, 2022 · 6 comments
Closed

searching the website for mysqli functions does not lead to a result #677

staabm opened this issue Jul 29, 2022 · 6 comments

Comments

@staabm
Copy link
Contributor

staabm commented Jul 29, 2022

search php.net for e.g. mysqli_fetch_row does not find a corresponding manual page

see https://www.php.net/manual-lookup.php?pattern=mysqli_fetch_row&scope=quickref

@cmb69
Copy link
Member

cmb69 commented Jul 29, 2022

Yeah, that's a long standing issue: https://bugs.php.net/bug.php?id=49956. Unfortunately, not quite easy to resolve.

@cmb69 cmb69 added the Bug label Jul 29, 2022
@bxmpublishingonline

This comment was marked as off-topic.

@Roy-Orbison
Copy link
Contributor

This is semi-resolved since #1007 was merged. Typing mysqli_fetch_row in the search box produces mysqli_result::fetch_row as the second autocomplete result, though submitting it (without selecting a suggestion) as a server-side search still does not find it.

@slaweallx
Copy link

Developing the server-side search algorithm to align with autocomplete suggestions and accurately match functions like mysqli_fetch_row could resolve the issue.

@saundefined
Copy link
Member

@staabm Hi, after updating the search, I guess the issue is no longer relevant, and we can close it.

@staabm
Copy link
Contributor Author

staabm commented Feb 13, 2025

you are right. the new search is awesome.

thanks!

@staabm staabm closed this as completed Feb 13, 2025
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

6 participants