Made the search filter have a calculated threshold with a lower threshold for small query strings and a higher threshold for large query strings.
All checks were successful
StarFields Django Rest Framework Generics / build (push) Successful in 12s

This commit is contained in:
2024-08-17 17:28:52 +03:00
parent 7e4596e5b1
commit 621fcace85
2 changed files with 12 additions and 2 deletions

View File

@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project]
name = "starfields-drf-generics"
version = "0.2.6"
version = "0.2.7"
authors = [
{ name="Anastasios Svolis", email="support@starfields.gr" },
]