We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 444e05a commit 76e68eeCopy full SHA for 76e68ee
.gitignore
@@ -1,5 +1,6 @@
1
# osx
2
.idea
3
+*.iml
4
.DS_Store
5
.ipynb_checkpoints
6
*.egg-info
example-apps/internal-knowledge-search/api/app.py
@@ -134,8 +134,6 @@ def api_key():
134
"template": {
135
"params": {"access_control": permissions},
136
"source": """{
137
- "bool": {
138
- "filter": {
139
"bool": {
140
"should": [
141
{
@@ -154,9 +152,7 @@ def api_key():
154
152
}
155
153
]
156
157
- }
158
159
- }""",
+ }""",
160
161
},
162
0 commit comments