ZINC15:Query operators: Difference between revisions
Jump to navigation
Jump to search
(Created page with "Query operators optionally qualify constraints in the general form of the ZINC15 URL: '''http[s]://host/resource[.format[:columns][/variant][?page-view-controls | resource-co...") |
m (asdf) |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
Query operators optionally qualify constraints in the general form of the ZINC15 URL: | Query operators optionally qualify constraints in the general form of the ZINC15 URL: | ||
''' | '''https://host/resource[.format[:columns][/variant][?page-view-controls | resource-constraints] | ||
The supported query operators are as follows: | The supported query operators are as follows: | ||
Line 27: | Line 27: | ||
|} | |} | ||
also matches contains isa etc. | |||
[[Category:ZINC15]] | [[Category:ZINC15]] |
Latest revision as of 01:20, 24 May 2024
Query operators optionally qualify constraints in the general form of the ZINC15 URL:
https://host/resource[.format[:columns][/variant][?page-view-controls | resource-constraints]
The supported query operators are as follows:
operator | Description | synonyms |
---|---|---|
@> | lala | contains |
<@ | lala | contained in |
= | equals | eq |
< | less than | lt |
> | greater than | gt |
<= | less than or equal | le |
>= | greater than or equal | ge |
between | sadfasfsd | asdfasfd |
like, is, not , startswith, endswith, similar to | asdf asdf | asdfasfd sadf |
also matches contains isa etc.