Open ClankPan opened 1 year ago
need to fetch metadata here in parallel
switch mode to alpha test by this function. https://github.com/kinicdao/kinic/blob/8e8cf4f380a14241a84448f8ba6c3e5969bc8d2c/frontend/Search.vue#L1766-L1768
ToDo
searchBM25
only once
In the kindb repository (which serves as the backend for Kinic), an update has been made to incorporate the Okapi-BM25 search algorithm. This particular task pertains to the addition of a new search page for alpha testing purposes. To implement this page, several modifications are required within the search.vue file. Below is the list of tasks to be completed. @wyattbenno777
To-Do List:
search alpha
button.here is a sample about searching by okapi-bm25 https://github.com/kinicdao/kindb/blob/a47fbadc68ef768ee5175b5c674c6da96f6b288d/src/scripts/crawler/search.js#L19-L27
and here is fetching metadata https://github.com/kinicdao/kindb/blob/a47fbadc68ef768ee5175b5c674c6da96f6b288d/src/scripts/crawler/search.js#L33-L57