-
-
Notifications
You must be signed in to change notification settings - Fork 371
Closed
Description
Does SHFB generated website help files have support for partial searching in the search bar? For example, I built some help files and there is a class with a function called "GetDate". I would expect the search to return the result for this if I searched "GetDat", but it doesn't. It does return the expected result if I use the full name (GetDate), but a partial search is a lot more useful if the programmer doesn't know the full name off the top of their head.
Apologies if this has already been addressed, I had a look through issues and documentation for an answer but I didn't see anything.
Reactions are currently unavailable