Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Quick search improvements #2772

Open
wants to merge 36 commits into
base: Develop
Choose a base branch
from
Open

Quick search improvements #2772

wants to merge 36 commits into from

Commits on Apr 25, 2023

  1. comments

    Daniel committed Apr 25, 2023
    Configuration menu
    Copy the full SHA
    5233f78 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2023

  1. Changed the quick search behavior so that it allows title and author …

    …in the same query.
    
    Also word order does not matter anymore.
    +some more comments
    Daniel committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    4b2e7b8 View commit details
    Browse the repository at this point in the history
  2. proof of concept fuzzy matching

    Daniel committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    d13d465 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2023

  1. fuzzy matching for all but cc

    Daniel committed Apr 29, 2023
    Configuration menu
    Copy the full SHA
    ada0cc4 View commit details
    Browse the repository at this point in the history
  2. fuzzy matching for all categories but cc

    Daniel committed Apr 29, 2023
    Configuration menu
    Copy the full SHA
    8e8c9a1 View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'origin/master'

    Daniel committed Apr 29, 2023
    Configuration menu
    Copy the full SHA
    4be089d View commit details
    Browse the repository at this point in the history
  4. fuzzy matching for all categories but cc

    Daniel committed Apr 29, 2023
    Configuration menu
    Copy the full SHA
    61f1e20 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7a43e07 View commit details
    Browse the repository at this point in the history
  6. removed todo

    Daniel committed Apr 29, 2023
    Configuration menu
    Copy the full SHA
    f497cc0 View commit details
    Browse the repository at this point in the history
  7. removed debugging help

    Daniel committed Apr 29, 2023
    Configuration menu
    Copy the full SHA
    2e3c93b View commit details
    Browse the repository at this point in the history
  8. Merge remote-tracking branch 'origin/master'

    Daniel committed Apr 29, 2023
    Configuration menu
    Copy the full SHA
    6b93829 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2023

  1. I accidentally used pycharms auto-add-to-requirements feature which r…

    …esulted in many more dependencies than needed. These are the actually relevant requirements for this pr.
    Daniel committed May 3, 2023
    Configuration menu
    Copy the full SHA
    af40fee View commit details
    Browse the repository at this point in the history

Commits on May 8, 2023

  1. idea for weighted sorting

    Daniel committed May 8, 2023
    Configuration menu
    Copy the full SHA
    9fc0d54 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2023

  1. typing for query

    quarz12 committed May 9, 2023
    Configuration menu
    Copy the full SHA
    4ba3b4e View commit details
    Browse the repository at this point in the history

Commits on May 10, 2023

  1. fixed an issue where the lowering and stripping of the search term wa…

    …s not saved
    Daniel committed May 10, 2023
    Configuration menu
    Copy the full SHA
    932c796 View commit details
    Browse the repository at this point in the history
  2. moved sorting back to original place

    Daniel committed May 10, 2023
    Configuration menu
    Copy the full SHA
    97c94f2 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2023

  1. Configuration menu
    Copy the full SHA
    45d8d63 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c115fe9 View commit details
    Browse the repository at this point in the history
  3. test at home

    quarz12 committed May 11, 2023
    Configuration menu
    Copy the full SHA
    086527f View commit details
    Browse the repository at this point in the history

Commits on May 15, 2023

  1. new idea

    Daniel committed May 15, 2023
    Configuration menu
    Copy the full SHA
    ad5313e View commit details
    Browse the repository at this point in the history

Commits on May 17, 2023

  1. Configuration menu
    Copy the full SHA
    e45619f View commit details
    Browse the repository at this point in the history

Commits on May 27, 2023

  1. updated Books string repr

    Daniel committed May 27, 2023
    Configuration menu
    Copy the full SHA
    a936a33 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2023

  1. add partial token set ratio to db

    Daniel committed May 28, 2023
    Configuration menu
    Copy the full SHA
    cb5e66f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    025a888 View commit details
    Browse the repository at this point in the history
  3. moved author filter to the rest of the filters, ignore words smaller …

    …than 4 letters for searching, introduced max_ratio at new filter function
    Daniel committed May 28, 2023
    Configuration menu
    Copy the full SHA
    caf6079 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    56d4a3d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c018ef7 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2023

  1. now return empty list if all words of query are < 3 letters, only com…

    …pare term to words > 3 letters of book attributes
    Daniel committed May 30, 2023
    Configuration menu
    Copy the full SHA
    b96d02c View commit details
    Browse the repository at this point in the history

Commits on May 31, 2023

  1. message when query returns 0 results

    Daniel committed May 31, 2023
    Configuration menu
    Copy the full SHA
    5e0430e View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2023

  1. minor cleanup, removed unused code

    Daniel committed Jun 3, 2023
    Configuration menu
    Copy the full SHA
    896e8fd View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2024

  1. removed unwanted refactoring

    quarz12 committed Apr 13, 2024
    Configuration menu
    Copy the full SHA
    4b36261 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3 from quarz12/sorting

    removed unwanted refactoring
    quarz12 authored Apr 13, 2024
    Configuration menu
    Copy the full SHA
    2ac1566 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    518c56e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a295651 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cca178f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b37554f View commit details
    Browse the repository at this point in the history