chore: project identifier for all the search items and take project id as query params (#1663)

This commit is contained in:
Nikhil 2023-07-25 14:23:41 +05:30 committed by GitHub
parent 7763cca9a2
commit 916fca53ac
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 7 deletions

View file

@ -1240,7 +1240,7 @@ urlpatterns = [
## End Importer
# Search
path(
"workspaces/<str:slug>/projects/<uuid:project_id>/search/",
"workspaces/<str:slug>/search/",
GlobalSearchEndpoint.as_view(),
name="global-search",
),