initail elasticsearch

This commit is contained in:
2025-05-06 16:22:35 +03:30
parent ec58d9ef5e
commit 3dce7fc344
18 changed files with 176 additions and 11 deletions

4
apps/search/views.py Normal file
View File

@@ -0,0 +1,4 @@
from django.shortcuts import render
from elasticsearch_dsl import Q
from apps.authentication.models import User
from apps.authentication.documents import UserDocument