aboutsummaryrefslogtreecommitdiffstats
path: root/docs/guides/onap-user/general.rst
diff options
context:
space:
mode:
authorAijana Schumann <aijana.schumann@highstreet-technologies.com>2020-09-03 20:39:00 +0200
committerAijana Schumann <aijana.schumann@highstreet-technologies.com>2020-09-03 20:39:00 +0200
commitb439e2b7bda158837ad6da8253f8ba1b97d397ec (patch)
tree3671cd5394f2a706467cbe2fd9809c56c70f5920 /docs/guides/onap-user/general.rst
parent65ffa99d96e7b443e3d74ec20bbd321fd66aa76d (diff)
update readthedocs
update helpserver and readthedocs Issue-ID: CCSDK-2667 Signed-off-by: Aijana Schumann <aijana.schumann@highstreet-technologies.com> Change-Id: I9c0d306e67ed0042bf19079b46566ecc43b20a19
Diffstat (limited to 'docs/guides/onap-user/general.rst')
-rw-r--r--docs/guides/onap-user/general.rst45
1 files changed, 22 insertions, 23 deletions
diff --git a/docs/guides/onap-user/general.rst b/docs/guides/onap-user/general.rst
index 85814d507..a63ba4d9f 100644
--- a/docs/guides/onap-user/general.rst
+++ b/docs/guides/onap-user/general.rst
@@ -34,26 +34,25 @@ Table filters
The following filters are supported by all tables based on the data type
of the column.
-+------------+------------------+------------+
-| Data type | Possible Filter | Example |
-+============+==================+============+
-| Text | Any characters | Test, |
-| | or numbers, | Tes\ \*, |
-| | matches exactly | \*\ t |
-| | unless a \* is | |
-| | used. The \* | |
-| | acts as a | |
-| | wildcard and can | |
-| | be used for | |
-| | contains, ends | |
-| | with and begins | |
-| | with queries. | |
-+------------+------------------+------------+
-| Numeric | < or <= or > or | >5000, 20, |
-| | >= or exact | <=82 |
-| | number | |
-+------------+------------------+------------+
-| Boolean | None (no filter | true, |
-| | set), true or | false |
-| | false | |
-+------------+------------------+------------+
++------------------+-------------------------------+------------------+
+| Data type | Possible Filter | Example |
++==================+===============================+==================+
+| Text | Any characters or numbers, | Test, |
+| | matches exactly unless a \* | T\ *,*\ st, |
+| | or a ? are used. Both special | Te?t, ?est |
+| | characters act as wildcards, | |
+| | which can be used for | |
+| | contains, ends with and | |
+| | begins with queries. The \* | |
+| | matches any number of | |
+| | characters whereas the ? | |
+| | matches exactly one | |
+| | character. Both wildcards can | |
+| | be used in the same query. | |
++------------------+-------------------------------+------------------+
+| Numeric | < or <= or > or >= or exact | >5000, 20, <=82 |
+| | number | |
++------------------+-------------------------------+------------------+
+| Boolean | None (no filter set), true or | true, false |
+| | false | |
++------------------+-------------------------------+------------------+