Commit Graph
11 Commits
Author SHA1 Message Date
ace 7be7104346 Fixed the template strings that were bugging out.
StarFields Django Rest Framework Generics / build (push) Successful in 13s
2024-08-18 16:34:42 +03:00
ace 621fcace85 Made the search filter have a calculated threshold with a lower threshold for small query strings and a higher threshold for large query strings.
StarFields Django Rest Framework Generics / build (push) Successful in 12s
2024-08-17 17:28:52 +03:00
ace dad7aa8348 Added the missing expanding parameters to CachedRetrieveModelMixin.
StarFields Django Rest Framework Generics / build (push) Successful in 13s
2024-08-17 16:12:48 +03:00
ace 2b8a4863c0 Made the search filter use TrigramStrictWordSimilarity instead of the plain version and made a backup plain sqlite compatible search for when postgres is not avaiable
StarFields Django Rest Framework Generics / build (push) Successful in 16s
2024-08-17 15:53:35 +03:00
ace 4e2b0ec0c6 Performed some general linting. More is needed along with cleanup
Lint / Lint (push) Failing after 22s
2024-05-13 12:53:57 +03:00
ace 9715122c6c Removed the mistaken shop facet dependency. 2023-09-28 23:50:03 +03:00
ace 9565b07d55 Typo in the filter attributes that made django not be able to find the templates. 2023-09-11 15:19:44 +03:00
ace 2c58bc955f Fixed bad template referencing in filters.py. 2023-09-03 08:25:12 +03:00
ace 75e9a60b87 Added the missing templates. 2023-09-03 08:04:58 +03:00
ace 0f26c16b15 Fixed some import bugs 2023-09-01 21:11:54 +03:00
ace c1fd01a6d8 Typos make the world go round 2023-08-30 03:57:38 +03:00