Skip to content

Commit

Permalink
simplify DLS role descriptor (#180)
Browse files Browse the repository at this point in the history
  • Loading branch information
seanstory authored Jan 31, 2024
1 parent 444e05a commit 76e68ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# osx
.idea
*.iml
.DS_Store
.ipynb_checkpoints
*.egg-info
Expand Down
6 changes: 1 addition & 5 deletions example-apps/internal-knowledge-search/api/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,6 @@ def api_key():
"template": {
"params": {"access_control": permissions},
"source": """{
"bool": {
"filter": {
"bool": {
"should": [
{
Expand All @@ -154,9 +152,7 @@ def api_key():
}
]
}
}
}
}""",
}""",
}
},
}
Expand Down

0 comments on commit 76e68ee

Please sign in to comment.