Struct Docs
Struct.PIM 4
Struct.PIM 4
  • Struct PIM Documentation
  • API Reference
  • Latest updates from Struct HQ
  • Latest updates in Documentation
  • Fundamental concepts
    • Get familiar with Struct PIM
    • Catalogues & categories
    • Products & variants
    • Attributes
    • Product structures
    • Identifiers
    • Global lists
    • Localization & segmentation
    • Revisions & changelog
    • Publications
    • Supplier onboarding portal
  • Tutorials
    • Welcome to Struct PIM 4
    • Helpful guides
      • How to search efficiently
      • How to use Import
        • How to import products
        • How to import data into a list property on entities
        • How to import categories
        • How to import with media
        • How to use File templates
    • Example projects
      • Working with the API
  • Integration
    • Web API
    • Webhooks
  • Media format
  • API Reference
    • Introduction
    • Endpoints
      • AssetFolders
      • Assets
      • AssetTypes
      • AttributeGroups
      • Attributes
      • AttributeScopes
      • Browse
      • BusinessUnits
      • Catalogues
      • Categories
      • Dimensions
      • Exports
      • EnrichmentInsightSetups
      • GlobalLists
      • Languages
      • Maintenance
      • Miscellaneous
      • Messaging
      • Permissions
      • Products
      • ProductStructures
      • Publications
      • Transactions
      • UserGroup
      • UserRoles
      • Users
      • VariantGroups
      • UserTasks
      • Variants
      • Webhooks
      • Workflows
      • Models
Powered by GitBook
On this page
  • Operators
  • Numeric fields
  • Date/date time fields
  • Multiple searches in same field
  1. Reference
  2. PIM/Media
  3. Search

Search help

Searches in Struct PIM can be highly customized by using specific syntax.

By default the system searches for results that starts with the value you have written in the search box. You are able to refine the search in different ways described below.

Operators

A number of different search operators can be used to make complex queries.

If you search for:
Search will return:

struct

all items where the value starts with struct

*struct

all items where the value contains struct

"struct"

all items where the value equals exactly struct

=struct

all items where the value equals exactly struct

!struct

all items where the value does not start with struct

!*struct

all items where the value does not contain struct

!"struct"

all items where the value is not equal to struct

!=struct

all items where the value is not equal to struct

""

all items where this value is empty

!""

all items where this value is not empty

*<

all items where the value contains the character <

Numeric fields

If you search for:
Search will return:

>5

all items where the value is larger than 5

<5

all items where the value is less than 5

>5&&<10

all items where the value is larger than 5 and less than 10

Date/date time fields

For date or datetime fields you can search for exact dates and times or distances from the current date.

To swap between this you can toggle between 'Date search' and 'Date offset search' by clicking the icon to the left on the date column header.

The syntax for searching for date offsets is:

If you search for:
Search will return:

>-30d

all items where the date is larger than now - 30 days

<30d

all items where the date is smaller than now + 30 days

y = years, M = months, 2 = weeks, d = days, h = hours and m = minutes

Multiple searches in same field

The system supports following boolean operators for making multiple queries in the same field

If you search for:
Search will return:

[query1]&&[query2]

all items where the value is included in both query1 and query2

[query1]||[query2]

all items where the value is included either in query1 or query2

Last updated 22 days ago

Clicking the icon allows you to toggle between Date search and Date offset search