17 Commits

Author SHA1 Message Date
45a1af3c52 Updated the README and the mixing to provide better asserts.
All checks were successful
StarFields Django Rest Framework Generics / build (push) Successful in 36s
2025-01-19 07:19:02 +02:00
a380800285 Added a multipart parser that attempts to parse nested strings as json.
Some checks failed
StarFields Django Rest Framework Generics / build (push) Failing after 12s
2025-01-11 00:19:46 +02:00
13022609fc Fixed a missing import.
Some checks failed
StarFields Django Rest Framework Generics / build (push) Failing after 35s
2025-01-06 10:53:08 +02:00
1e0f3c694e Refactored the library a bit and added a .gitignore file. 2025-01-05 10:13:59 +02:00
ab3083eab3 Fixed a bug that was raising FieldError in dev because of failing trigram similarity search.
Some checks failed
StarFields Django Rest Framework Generics / build (push) Failing after 32s
2024-11-26 07:58:35 +02:00
353106ee17 Fixed a facet filter bug where redundant code would error out depending on the query.
All checks were successful
StarFields Django Rest Framework Generics / build (push) Successful in 12s
2024-10-08 11:03:20 +03:00
7be7104346 Fixed the template strings that were bugging out.
All checks were successful
StarFields Django Rest Framework Generics / build (push) Successful in 13s
2024-08-18 16:34:42 +03:00
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.
All checks were successful
StarFields Django Rest Framework Generics / build (push) Successful in 12s
2024-08-17 17:28:52 +03:00
dad7aa8348 Added the missing expanding parameters to CachedRetrieveModelMixin.
All checks were successful
StarFields Django Rest Framework Generics / build (push) Successful in 13s
2024-08-17 16:12:48 +03:00
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
All checks were successful
StarFields Django Rest Framework Generics / build (push) Successful in 16s
2024-08-17 15:53:35 +03:00
4e2b0ec0c6 Performed some general linting. More is needed along with cleanup
Some checks failed
Lint / Lint (push) Failing after 22s
2024-05-13 12:53:57 +03:00
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
2c58bc955f Fixed bad template referencing in filters.py. 2023-09-03 08:25:12 +03:00
75e9a60b87 Added the missing templates. 2023-09-03 08:04:58 +03:00
0f26c16b15 Fixed some import bugs 2023-09-01 21:11:54 +03:00
c1fd01a6d8 Typos make the world go round 2023-08-30 03:57:38 +03:00