1
0
mirror of https://gitlab.com/animath/si/plateforme.git synced 2025-06-25 02:20:32 +02:00

Adapt search tests since the simple backend is not so permissive as ElasticSearch

Signed-off-by: Emmy D'Anello <emmy.danello@animath.fr>
This commit is contained in:
Emmy D'Anello
2024-01-13 18:47:17 +01:00
parent dc56396012
commit 8222f3b781
3 changed files with 4 additions and 6 deletions

View File

@ -47,3 +47,5 @@ HAYSTACK_CONNECTIONS = {
'INDEX_NAME': 'haystack',
}
}
HAYSTACK_SIGNAL_PROCESSOR = 'haystack.signals.RealtimeSignalProcessor'