From ea339537b626d95b077a242aa9b16ad439094669 Mon Sep 17 00:00:00 2001 From: Alberto Bellotti Date: Tue, 13 Dec 2016 13:16:29 -0500 Subject: [PATCH] PR Review changes, fixed wording and italicized anded and or. - Incorrect wording in bulk query page - Italicized anded and or in filtering page --- api/overview/bulk_query.adoc | 2 +- api/overview/filtering.adoc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/api/overview/bulk_query.adoc b/api/overview/bulk_query.adoc index 2e7b431ad..12d6c9fd4 100644 --- a/api/overview/bulk_query.adoc +++ b/api/overview/bulk_query.adoc @@ -39,7 +39,7 @@ specified by different relevant attributes. These include: | guid (_if applicable_) |======================================================================= -Select other attributes can also be used as identifying attributes +Some other attributes can also be used as identifying attributes as shown in the following table: [cols="1,2",options="header",width="60%"] diff --git a/api/overview/filtering.adoc b/api/overview/filtering.adoc index a5a1338fa..8a040728b 100644 --- a/api/overview/filtering.adoc +++ b/api/overview/filtering.adoc @@ -15,7 +15,7 @@ Syntax for a filter is as follows: filter[]=attribute op value ---- -By default, filters are logically anded together, for a logical or, prefix the attribute with "or" as follows: +By default, filters are logically _anded_ together, for a logical or, prefix the attribute with _or_ as follows: ---- filter[]=or attribute op value