From 6d0756a1dd079097a8728739f7acd526cbf49bef Mon Sep 17 00:00:00 2001 From: Marko Grönroos Date: Mon, 25 Jan 2016 11:30:02 +0200 Subject: Fixed formatting in built-in filter types list Change-Id: I0354ab1568976a7a2a7e41eea1a88960fc7362ef --- documentation/datamodel/datamodel-container.asciidoc | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) (limited to 'documentation/datamodel/datamodel-container.asciidoc') diff --git a/documentation/datamodel/datamodel-container.asciidoc b/documentation/datamodel/datamodel-container.asciidoc index 8f88e7c8bf..c68e4bec4e 100644 --- a/documentation/datamodel/datamodel-container.asciidoc +++ b/documentation/datamodel/datamodel-container.asciidoc @@ -722,14 +722,11 @@ filtering, a simple [literal]#++==++# check is performed. For other containers, the comparison implementation is container dependent, but should correspond to the in-memory null check. -[classname]#Equal#,[classname]#Greater#, - [classname]#Less#, - [classname]#GreaterOrEqual#, and[classname]#LessOrEqual#:: ((("[classname]#Equal# (filter)"))) +[classname]#Equal#, [classname]#Greater#, [classname]#Less#, [classname]#GreaterOrEqual#, and [classname]#LessOrEqual#:: ((("[classname]#Equal# (filter)"))) ((("[classname]#Greater# (filter)"))) ((("[classname]#Less# (filter)"))) ((("[classname]#GreaterOrEqual# (filter)"))) ((("[classname]#LessOrEqual# (filter)"))) -+ The comparison filter implementations compare the specified property value to the given constant and pass items for which the comparison result is true. The comparison operators are included in the abstract [classname]#Compare# class. @@ -746,7 +743,7 @@ For the other filters, the property value type must implement the containers. Again for the other types of containers, the comparison is container dependent. -[classname]#And#and[classname]#Or#:: ((("[classname]#And# (filter)"))) +[classname]#And# and [classname]#Or#:: ((("[classname]#And# (filter)"))) ((("[classname]#Or# (filter)"))) + These logical operator filters are composite filters that combine multiple other @@ -757,9 +754,6 @@ filters. The logical unary operator filter negates which items are passed by the filter given as the parameter. - - - [[datamodel.container.filtered.custom]] === Implementing Custom Filters -- cgit v1.2.3