Files
RasadDam_Backend/apps/search/views.py

5 lines
167 B
Python
Raw Normal View History

2025-05-06 16:22:35 +03:30
from django.shortcuts import render
from elasticsearch_dsl import Q
from apps.authentication.models import User
from apps.authentication.documents import UserDocument