Full Text Search V4-Final
Full Text Search V4-Final

    Updated Status of the Project to be found below:

    V4. Frontend Work

    OLD-V3. History search

    OLD- V2 Windcard search

    The following features are still missing:

      Remote content: We duplicate all the text in the database so that the FTS algorithm does not go into the blobs table to get the information

      Fuzzy search in body (For titles, the old implementation is still there): We only match literals, if the user writes a typo, then we won't find the match

    PS: The code is in the feat/full-text-search branch. Since It has a db migration I did not push to main until the frontend reviews it and let me know if the api fields are sufficient or not.

    1