Loading md/clause-7.md +14 −14 Original line number Diff line number Diff line Loading @@ -815,7 +815,7 @@ The Query Term value, [temperature==10..20]{.HTML-Code}: The Query Term value, [description[​fr]=="pain"]{.HTML-Code} - Matches to the _`languageMap`_ below as the value - Matches the _`languageMap`_ below as the value ["pain"]{.HTML-Code} corresponds to the key ["fr"]{.HTML-Code} ```json Loading @@ -826,7 +826,7 @@ The Query Term value, [description[​fr]=="pain"]{.HTML-Cod } ``` - Does not match to the _`languageMap`_ below as the value - Does not match the _`languageMap`_ below as the value ["pain"]{.HTML-Code}, although present in the _`languageMap`_, does not correspond to the key ["fr"]{.HTML-Code} Loading @@ -838,7 +838,7 @@ The Query Term value, [description[​fr]=="pain"]{.HTML-Cod } ``` - Matches to the _`languageMap`_ below as the value - Matches the _`languageMap`_ below as the value ["pain"]{.HTML-Code} corresponds an element withn the key ["fr"]{.HTML-Code} Loading @@ -850,7 +850,7 @@ The Query Term value, [description[​fr]=="pain"]{.HTML-Cod } ``` - Does not match to the _`languageMap`_ below as the value - Does not match the _`languageMap`_ below as the value ["pain"]{.HTML-Code} does not correspond to an element within the key ["fr"]{.HTML-Code} Loading Loading @@ -880,7 +880,7 @@ The Query Term value, [description[​fr]=="pain"]{.HTML-Cod The Query Term value, [description[\*]=="pain"]{.HTML-Code} - Matches to the _`languageMap`_ below as the value ["pain"]{.HTML-Code} can be found. - Matches the _`languageMap`_ below as the value ["pain"]{.HTML-Code} can be found. ```json { Loading @@ -890,7 +890,7 @@ The Query Term value, [description[\*]=="pain"]{.HTML-Code} } ``` - Also Matches to the _`languageMap`_ below as the value ["pain"]{.HTML-Code} can be found - Also Matches the _`languageMap`_ below as the value ["pain"]{.HTML-Code} can be found as an element of an array. ```json Loading @@ -917,13 +917,13 @@ The Query Term value, [description[\*]=="pain"]{.HTML-Code} The Query Term value, [color=="http://example/red"]{.HTML-Code} - Matches to the _`object`_ below as it is identical or equivalent to the target value. - Matches the _`object`_ below as it is identical or equivalent to the target value. ```json "http://example.com/red" ``` - Matches to the _`objectList`_ below as it is included in the array - Matches the _`objectList`_ below as it is included in the array ```json [ Loading Loading @@ -960,13 +960,13 @@ The Query Term value, [color=="http://example/red"]{.HTML-Code} The Query Term value, [color=="http://example/black","http://example/red"]{.HTML-Code} - Matches to the _`object`_ below as it is identical or equivalent to one of the list values - Matches the _`object`_ below as it is identical or equivalent to one of the list values ```json "http://example.com/red" ``` - Matches to the _`object`_ below as the element ["http://example.com/red"]{.HTML-Code} - Matches the _`object`_ below as the element ["http://example.com/red"]{.HTML-Code} is included as one of the elements within the array. ```json Loading Loading @@ -995,7 +995,7 @@ The Query Term value, [color=="http://example/black","http://example/red The Query Term value, [address[​city]==Berlin]{.HTML-Code}: - Matches to the value below as the sub-attribute ["city"]{.HTML-Code} of - Matches the value below as the sub-attribute ["city"]{.HTML-Code} of the JSON Object is identical or equivalent to the target value. Loading @@ -1004,7 +1004,7 @@ The Query Term value, [address[​city]==Berlin]{.HTML-Code} ``` - Matches to the value below as the sub-attribute ["city"]{.HTML-Code} of at - Matches the value below as the sub-attribute ["city"]{.HTML-Code} of at least one of the JSON Object in the array, is identical or equivalent to the target value. Loading Loading @@ -1036,14 +1036,14 @@ The Query Term value, [address[​city]==Berlin]{.HTML-Code} The Query Term value, The Query Term value, [address[​city]==Berlin,Tokyo]{.HTML-Code}: - Matches to the value below as the sub-attribute ["city"]{.HTML-Code} of - Matches the value below as the sub-attribute ["city"]{.HTML-Code} of the JSON Object is identical or equivalent to one of the list values. ```json {"city": "Berlin", "country":"DE"} ``` - Matches to the value below, as the sub-attribute ["city"]{.HTML-Code} of at least - Matches the value below, as the sub-attribute ["city"]{.HTML-Code} of at least one JSON Object in the array is included in one of the Query Term values ```json Loading Loading
md/clause-7.md +14 −14 Original line number Diff line number Diff line Loading @@ -815,7 +815,7 @@ The Query Term value, [temperature==10..20]{.HTML-Code}: The Query Term value, [description[​fr]=="pain"]{.HTML-Code} - Matches to the _`languageMap`_ below as the value - Matches the _`languageMap`_ below as the value ["pain"]{.HTML-Code} corresponds to the key ["fr"]{.HTML-Code} ```json Loading @@ -826,7 +826,7 @@ The Query Term value, [description[​fr]=="pain"]{.HTML-Cod } ``` - Does not match to the _`languageMap`_ below as the value - Does not match the _`languageMap`_ below as the value ["pain"]{.HTML-Code}, although present in the _`languageMap`_, does not correspond to the key ["fr"]{.HTML-Code} Loading @@ -838,7 +838,7 @@ The Query Term value, [description[​fr]=="pain"]{.HTML-Cod } ``` - Matches to the _`languageMap`_ below as the value - Matches the _`languageMap`_ below as the value ["pain"]{.HTML-Code} corresponds an element withn the key ["fr"]{.HTML-Code} Loading @@ -850,7 +850,7 @@ The Query Term value, [description[​fr]=="pain"]{.HTML-Cod } ``` - Does not match to the _`languageMap`_ below as the value - Does not match the _`languageMap`_ below as the value ["pain"]{.HTML-Code} does not correspond to an element within the key ["fr"]{.HTML-Code} Loading Loading @@ -880,7 +880,7 @@ The Query Term value, [description[​fr]=="pain"]{.HTML-Cod The Query Term value, [description[\*]=="pain"]{.HTML-Code} - Matches to the _`languageMap`_ below as the value ["pain"]{.HTML-Code} can be found. - Matches the _`languageMap`_ below as the value ["pain"]{.HTML-Code} can be found. ```json { Loading @@ -890,7 +890,7 @@ The Query Term value, [description[\*]=="pain"]{.HTML-Code} } ``` - Also Matches to the _`languageMap`_ below as the value ["pain"]{.HTML-Code} can be found - Also Matches the _`languageMap`_ below as the value ["pain"]{.HTML-Code} can be found as an element of an array. ```json Loading @@ -917,13 +917,13 @@ The Query Term value, [description[\*]=="pain"]{.HTML-Code} The Query Term value, [color=="http://example/red"]{.HTML-Code} - Matches to the _`object`_ below as it is identical or equivalent to the target value. - Matches the _`object`_ below as it is identical or equivalent to the target value. ```json "http://example.com/red" ``` - Matches to the _`objectList`_ below as it is included in the array - Matches the _`objectList`_ below as it is included in the array ```json [ Loading Loading @@ -960,13 +960,13 @@ The Query Term value, [color=="http://example/red"]{.HTML-Code} The Query Term value, [color=="http://example/black","http://example/red"]{.HTML-Code} - Matches to the _`object`_ below as it is identical or equivalent to one of the list values - Matches the _`object`_ below as it is identical or equivalent to one of the list values ```json "http://example.com/red" ``` - Matches to the _`object`_ below as the element ["http://example.com/red"]{.HTML-Code} - Matches the _`object`_ below as the element ["http://example.com/red"]{.HTML-Code} is included as one of the elements within the array. ```json Loading Loading @@ -995,7 +995,7 @@ The Query Term value, [color=="http://example/black","http://example/red The Query Term value, [address[​city]==Berlin]{.HTML-Code}: - Matches to the value below as the sub-attribute ["city"]{.HTML-Code} of - Matches the value below as the sub-attribute ["city"]{.HTML-Code} of the JSON Object is identical or equivalent to the target value. Loading @@ -1004,7 +1004,7 @@ The Query Term value, [address[​city]==Berlin]{.HTML-Code} ``` - Matches to the value below as the sub-attribute ["city"]{.HTML-Code} of at - Matches the value below as the sub-attribute ["city"]{.HTML-Code} of at least one of the JSON Object in the array, is identical or equivalent to the target value. Loading Loading @@ -1036,14 +1036,14 @@ The Query Term value, [address[​city]==Berlin]{.HTML-Code} The Query Term value, The Query Term value, [address[​city]==Berlin,Tokyo]{.HTML-Code}: - Matches to the value below as the sub-attribute ["city"]{.HTML-Code} of - Matches the value below as the sub-attribute ["city"]{.HTML-Code} of the JSON Object is identical or equivalent to one of the list values. ```json {"city": "Berlin", "country":"DE"} ``` - Matches to the value below, as the sub-attribute ["city"]{.HTML-Code} of at least - Matches the value below, as the sub-attribute ["city"]{.HTML-Code} of at least one JSON Object in the array is included in one of the Query Term values ```json Loading