Skip to content

Commit 35a620a

Browse files
committed
hsearch-feature-examples: Improve README
1 parent 91a4c60 commit 35a620a

File tree

1 file changed

+4
-4
lines changed
  • hibernate-search/hsearch-feature-examples/search-advanced

1 file changed

+4
-4
lines changed

hibernate-search/hsearch-feature-examples/search-advanced/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -113,10 +113,10 @@ ju sk
113113
See `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

0 commit comments

Comments
 (0)