-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Description
I will give this a try myself with a PR when I have some time to dig into it and make sure that any other changes that would go along with it are also made correctly. Just opening this issue to make a note of it. And if I am wrong in any way here, please correct me.
The version currently in use, sphinx==1.5.6
, does not handle two character search terms. I am not entirely familiar with Sphinx details, so I will need to get up to speed. But the latest version can handle two character searches in my testing on the project's own docs site about itself.
The reason this is useful is there are a set of two character commands that are common in x64dbg scripting and in the console box in the debugger. If a beginner start by looking at example scripts in the x64dbg/Scripts repo, and then pastes one of the two-character commands into the current docs, the result is blank. I am assuming that using a newer version will allow for indexing similar to what is seen on Sphinx's own docs site, and would then show relevant docs in a search.
Line 1 in 134e7eb
sphinx==1.5.6 |
First script in the examples repo has bc
and other two-char commands:
There will be a bunch of garbage in the results, but that's probably a good trade-off for a newbie, vs getting nothing.