-
Notifications
You must be signed in to change notification settings - Fork 0
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
strange cut string in the autocomplete leading to no results #10
Comments
this is an interesting issue, I can't find the corresponding documentation but it seems the results given by autocomplete are truncated to 50 characters... still investigating but one way to just work around that would be: if the string is 50 characters, cut before the last space |
I think I see what's going on, this is because the undocumented parameter |
looks fixed |
I overwrote your fix because the root problem could be fixed in a simple way. I increased bdrc_autosuggest has been reindexed with the version that is now in the repo. bdrc_search.py can be deployed, although it will probably not make difference. |
I can't see any reason to overwrite my fix, it's not hurting and it will fix the few edge cases that will be above 100 chars, putting it back. Generally speaking please don't overwrite people's code on git without prior discussion, it's rude |
see
Screen.Recording.2024-07-23.at.10.41.43.AM.mov
The text was updated successfully, but these errors were encountered: