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 ff17737 commit b96b82eCopy full SHA for b96b82e
kibana/tdc-connections-2021/README.md
@@ -532,4 +532,19 @@ GET /busca-artigos-livros/_search
532
}
533
534
535
+
536
+GET /busca-geral/_search
537
+{
538
+ "query": {
539
+ "query_string": {
540
+ "query":"recuperação",
541
+ "fields": ["todos"]
542
+ }
543
+ },
544
+ "highlight": {
545
+ "fields" : {
546
+ "todos" : { "pre_tags" : ["<strong>"], "post_tags" : ["</strong>"] }
547
548
549
+}
550
```
0 commit comments