Files
RasadDam_Backend/apps/search/views.py
2025-05-06 16:22:35 +03:30

5 lines
167 B
Python

from django.shortcuts import render
from elasticsearch_dsl import Q
from apps.authentication.models import User
from apps.authentication.documents import UserDocument