ZINC15:Query operators: Difference between revisions
Jump to navigation
Jump to search
(asdf) |
m (asdf) |
||
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: |
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.