We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52bcf93 commit ff17737Copy full SHA for ff17737
kibana/tdc-connections-2021/README.md
@@ -513,25 +513,23 @@ GET /busca-artigos-livros/_search
513
{
514
"query": {
515
"bool": {
516
- "must": [
517
- {
518
- "query_string": {
519
- "query": "Algoritmos -Recuperação",
520
- "fields": [
521
- "todos"
522
- ]
523
- }
524
- },
525
526
- "range": {
+ "filter": {
+ "range": {
527
"avaliacao": {
528
- "gte": 6,
+ "gte": 8,
529
"lte": 10
530
}
531
532
+ },
+ "must": {
+ "query_string": {
+ "query": "Algoritmos -Recuperação",
+ "fields": [
+ "todos"
+ ]
+ }
533
534
535
536
-
537
-```
+```
0 commit comments