Documentation Index

Fetch the complete documentation index at: https://docs.lobster-world.com/llms.txt

Use this file to discover all available pages before exploring further.

Field restriction

Prev Next

With this restriction, a search can be undertaken by means of a Projections, a compare type and Resolvers.

Example:

Here a field projection (numberOfPackages of the shipment) is used and checked with > for the value 10.

images/download/attachments/162410166/image2018-5-16_9_14_24-version-1-modificationdate-1702906835191-api-v2.png

The following comparison types are available:

Compare type

Description

==

equal

=

equal

!=

unequal

<

less than

<=

less than or equal to

>

greater than

>=

greater than or equal to

like

equal to 'text pattern' (space holder: %)

Pay attention to use of upper or lower case letters

not like

unequal to 'text pattern' (space holder: %)

Pay attention to use of upper or lower case letters

ilike

equal to 'text pattern' (space holder: %)

Use of upper or lower case letters is irrelevant

Attention: This search does not use an index and is thus considerably slower

not ilike

unequal to 'text pattern' (space holder: %)

Use of upper or lower case letters is irrelevant

Caution: This search does not use an index and is thus considerably slower

in

equal to 'value list'

not in

unequal to 'value list'

between

in between