Clarifai Guide
Clarifai Home
v5.10
v5.10
  • Introduction
  • Getting Started
    • Quick Start
    • Applications
      • Create an Application
      • Base Workflows
      • Application Settings
    • Authentication
    • Glossary
  • API Guide
    • API overview
      • API technical references
      • Status codes
    • Data management
      • Supported formats
      • Inputs
      • Patching
      • Pagination
    • Annotate
      • Positive and negative annotations
    • Model
      • Clarifai Models
      • Custom model walkthrough
      • Create, get and update
      • Workflows
    • Predict
      • Images
      • Video
      • Prediction parameters
      • Multilingual classification
    • Search
      • Index images for search
      • Rank
      • Filter
      • Combine or negate
  • Portal Guide
    • Portal overview
    • Data management
    • Annotate
      • Positive and negative annotations
    • Model
      • Clarifai Models
      • Custom model walkthrough
      • Workflows
      • Evaluate
        • Interpreting evaluations
    • Predict
    • Search
      • Rank
      • Filter
      • Combine or negate
  • Product Updates
    • Upcoming API Changes
    • Change log
  • SDK Guide (depreciated)
    • Mobile
    • Android
Powered by GitBook
On this page
  • Negate search criteria
  • Combine search criteria

Was this helpful?

Edit on GitHub
  1. Portal Guide
  2. Search

Combine or negate

PreviousFilterNextUpcoming API Changes

Last updated 5 years ago

Was this helpful?

Negate search criteria

Find all data that is NOT similar to a given criteria. For example, you can search for all the inputs NOT annotated “dog”.

Combine search criteria

Add together multiple search parameters to expand your search. You can even combine negated search terms for more advanced tasks.

Combining search criteria always uses the "AND" operation. "OR" is not an option.