File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
hibernate-search/hsearch-feature-examples/search-advanced Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -113,10 +113,10 @@ ju sk
113113See ` TShirtService.java ` .
114114
115115``` shell script
116- curl -s -XGET -H ' Content-Type: application/json' ' localhost:8080/tshirt/search_facets?brief=true' | jq
117- curl -s -XGET -H ' Content-Type: application/json' ' localhost:8080/tshirt/search_facets?brief=true&size=XL' | jq
118- curl -s -XGET -H ' Content-Type: application/json' ' localhost:8080/tshirt/search_facets?brief=false&color=grey' | jq
119- curl -s -XGET -H ' Content-Type: application/json' ' localhost:8080/tshirt/search_facets?brief=true&size=XL&color=grey' | jq
116+ curl -s -XGET -H ' Content-Type: application/json' ' localhost:8080/tshirt/search_facets?brief=true' | jq -C | less
117+ curl -s -XGET -H ' Content-Type: application/json' ' localhost:8080/tshirt/search_facets?brief=true&size=XL' | jq -C | less
118+ curl -s -XGET -H ' Content-Type: application/json' ' localhost:8080/tshirt/search_facets?brief=false&color=grey' | jq -C | less
119+ curl -s -XGET -H ' Content-Type: application/json' ' localhost:8080/tshirt/search_facets?brief=true&size=XL&color=grey' | jq -C | less
120120```
121121
122122### Mixing native constructs with the DSL
You can’t perform that action at this time.
0 commit comments