Improvement in search algorithm - fuzzy search implemented#102
Improvement in search algorithm - fuzzy search implemented#102Sakshi183 wants to merge 1 commit intoOpenGenus:masterfrom
Conversation
|
@AdiChat Please review the above change in the searching algorithm.I have removed popup.js and included the entire javascript in popup.html because the javascript file fuse.js (required for the fuzzy search algorithm) could not be imported in another javascript file properly. |
|
Nice work 👍 You need to include Additionally, as you have changed the structure of the metadata Kindly take a look into this. 👍 |
|
@AdiChat could you please specify the exact script which is required to generate the metadata.Also I wanted to know that which script is being currently used to generate the obj. |
|
The metadata ( You need to provide the script to generate the new format of the metadata ( Kindly take a look into this. 👍 |
|
@AdiChat The above script is in python . So , could you please specify how it is being used in offline chrome extension. |
Fixes issue:
[#99]
Changes:



I have improved the search algorithm.Previously,it was not able to search queries like 'binary.search' ,'binaaary search' etc.But now it shows results for the above also.