@@ -264,9 +264,9 @@ String result = graylogSearch.raw(searchSpec);
264264
265265### 1. Outline of Search Spec
266266> With a search spec builder, it will generate required IDs automatically if not specified
267- * Each search has search ID which is made of [ Object ID] ( https://mongodb.github.io/node-mongodb-native/api-bson-generated/objectid.html ) .
268- * Each query has query ID which is made of [ UUID] ( https://docs.mongodb.com/manual/reference/method/UUID/ ) .
269- * Each search type has search type ID which is made of [ UUID] ( https://docs.mongodb.com/manual/reference/method/UUID/ ) .
267+ * Each search has a search ID, which is made of [ Object ID] ( https://mongodb.github.io/node-mongodb-native/api-bson-generated/objectid.html ) .
268+ * Each query has a query ID, which is made of [ UUID] ( https://docs.mongodb.com/manual/reference/method/UUID/ ) .
269+ * Each search type has a search type ID, which is made of [ UUID] ( https://docs.mongodb.com/manual/reference/method/UUID/ ) .
270270```
271271SearchSpec.builder() /* search ID */
272272 .query(
@@ -286,7 +286,7 @@ SearchSpec.builder() /* search ID */
286286### 2. Search Specifications
287287
288288#### 2.1. Search Spec
289- > Data implementation of Graylog search UI as below.
289+ > Data implementation of Graylog search UI as below
290290
291291![ Graylog Search UI] ( https://github.com/debugrammer/graylog-sdk-spring-boot/blob/2.x/images/graylog_search_ui.jpg )
292292
@@ -377,7 +377,7 @@ SearchQuery.builder()
377377```
378378
379379#### 2.6. Search Type
380- > Data implementation of Graylog widget aggregation UI as below.
380+ > Data implementation of Graylog widget aggregation UI as below
381381
382382![ Graylog Widget Aggregation UI] ( https://github.com/debugrammer/graylog-sdk-spring-boot/blob/2.x/images/graylog_widget_aggregation_ui.jpg )
383383
0 commit comments