How to Search?
  • 19 Jun 2024
  • Dark
    Light
  • PDF

How to Search?

  • Dark
    Light
  • PDF

Article summary

Overview

Filters are integral components of the Dataset Browser, providing users with the capability to refine and narrow down the displayed items based on specific criteria. These filters offer a powerful tool for managing and exploring large datasets efficiently.

To learn more, see the Schema Based Search article.


How to Search Items by Annotation Status -> Annotated or Not?

  1. In the Data Browser, click on the Items field.
  2. Select or enter the query as follows:
annotated = true 

or

annotated = false 
  1. Click Search to view the search result.

How to Search Items by Annotation's Count?

  1. In the Data Browser, click on the Items field.
  2. Select or enter the query as follows:
annotationsCount = 5
  1. Click Search to view the search result.

How to Search Items by Creation Date?

  1. In the Data Browser, click on the Items field.
  2. Select or enter the query as follows:
createdAt = (03/12/2023)
  1. Click Search to view the search result.

How to Search Items by Creator?

  1. In the Data Browser, click on the Items field.
  2. Select or enter the query as follows:
creator = 'your@email-ID'
  1. Click Search to view the search result.

How to Search Items by File Name?

  1. In the Data Browser, click on the Items field.
  2. Select or enter the query as follows:
name = '63dbdd10be95cbe35df0a78b.jpg' 
  1. Click Search to view the search result.

How to Search Items by Dataset ID?

  1. In the Data Browser, click on the Items field.
  2. Select or enter the query as follows:
datasetId = '65950d1d5c356a5e51f6727e'
  1. Click Search to view the search result.

How to Search Items by Description is Available or Not?

  1. In the Data Browser, click on the Items field.
  2. Select or enter the query as follows:
described = true 

or

described = false  
  1. Click Search to view the search result.

How to Search Items by Description's Text?

  1. In the Data Browser, click on the Item field.
  2. Select or enter the query as follows:
description = 'description-text'
Whole description

Ensure to enter the full description to receive the result.

  1. Click Search to view the search result.

How to Search Items by Folder Directory?

  1. In the Data Browser, click on the Items field.
  2. Select or enter the query as follows:
dir = '/sub-folder name' 

or

dir IN '/sub-folder name/sub-folder name'  
  1. Click Search to view the search result.

How to Search Items by File Path?

  1. In the Data Browser, click on the Items field.
  2. Select or enter the query as follows:
FilePath = '/folder name/sub-folder name/fileName.jpg' 
  1. Click Search to view the search result.

How to Search Hidden or Not Hidden Items in a Dataset?

  1. In the Data Browser, click on the Items field.
  2. Select or enter the query as follows:
hidden = true

or

hidden = false
  1. Click Search to view the search result.

How to Search Items by Height?

  1. In the Data Browser, click on the Items field.
  2. Select or enter the query as follows:
ItemHeight = 234

Use the height value (for example, "height": 234) from the item metadata.

  1. Click Search to view the search result.

How to Search Items by Item ID?

  1. In the Data Browser, click on the Items field.
  2. Select or enter the query as follows:
ItemID = '65798f8f81b02fbafe34fcad'
  1. Click Search to view the search result.

How to Search Discarded Items (Item's Status) in the Dataset?

  1. In the Data Browser, click on the Items field.
  2. Select or enter the query as follows:
ItemStatus = 'Discard' 
  1. Click Search to view the search result.

How to Search Completed Items (Item's Status) in the Dataset?

  1. In the Data Browser, click on the Items field.
  2. Select or enter the query as follows:
ItemStatus = 'Complete' 
  1. Click Search to view the search result.

How to Search Approved Items (Item's Status) in the Dataset?

  1. In the Data Browser, click on the Items field.
  2. Select or enter the query as follows:
ItemStatus = 'Approve' 
  1. Click Search to view the search result.

How to Search Items by Width?

  1. In the Data Browser, click on the Items field.
  2. Select or enter the query as follows:
ItemWidth = 234

Use the width value (for example, "width": 234) from the item metadata.

  1. Click Search to view the search result.

How to Search JSON (Media Type) Files in the Dataset?

  1. In the Data Browser, click on the Items field.
  2. Select or enter the query as follows:
MediaType = 'application/json' 
  1. Click Search to view the search result. It displays the all the JSON files.

How to Search PCD (Media Type) Files in the Dataset?

  1. In the Data Browser, click on the Items field.
  2. Select or enter the query as follows:
MediaType = 'application/pcd' 
  1. Click Search to view the search result. It displays the all the PCD files.

How to Search Audio Files in the Dataset?

  1. In the Data Browser, click on the Items field.
  2. Select or enter the query as follows:
MediaType = 'audio/*'
  1. Click Search to view the search result. It displays the all the audio files.

How to Search Image Files in the Dataset?

  1. In the Data Browser, click on the Items field.
  2. Select or enter the query as follows:
MediaType = 'image/*'
  1. Click Search to view the search result. It displays the all the image files.

How to Search Text Files in the Dataset?

  1. In the Data Browser, click on the Items field.
  2. Select or enter the query as follows:
MediaType = 'text/*'
  1. Click Search to view the search result. It displays the all the text files.

How to Search Video Files in the Dataset?

  1. In the Data Browser, click on the Items field.
  2. Select or enter the query as follows:
MediaType = 'video/*'
  1. Click Search to view the search result. It displays the all the video files.

How to Search Video Files by Frames Per Second (Metadata - fps) in the Dataset?

  1. In the Data Browser, click on the Items field.
  2. Select or enter the query as follows:

Use the fps value (for example, "fps": 25) from the item metadata.

  1. Click Search to view the search result.

How to Search Video Files by Start Time (Metadata) in the Dataset?

  1. In the Data Browser, click on the Items field.
  2. Select or enter the query as follows:

Use the fps value (for example, "startTime": 5) from the item metadata.

  1. Click Search to view the search result.

How to Search Items by System Metadata's Mimetype in the Dataset?

  1. In the Data Browser, click on the Items field.
  2. Select or enter the query as follows:
metadata.system.mimetype = 'image/jpeg' 

Use the mimetype value (for example, "mimetype": "image/jpeg", "mimetype": "text/html", or "mimetype": "audio/mp3" ) from the item metadata.

  1. Click Search to view the search result.

How to Search Items by Annotation Status from the System Metadata?

  1. In the Data Browser, click on the Items field.
  2. Select or enter the query as follows:
metadata.system.annotationStatus = 'completed' 

Use the annotationStatus value (for example, "completed") from the item metadata.

  1. Click Search to view the search result.

How to Search Items by File Size from the Item Metadata?

  1. In the Data Browser, click on the Items field.
  2. Select or enter the query as follows:
metadata.system.annotationStatus = 'completed' 

Use the annotationStatus value (for example, "completed") from the item metadata.

  1. Click Search to view the search result.

How to Search Items by Frames Per Second (fps) from the Item Metadata?

  1. In the Data Browser, click on the Items field.
  2. Select or enter the query as follows:
metadata.system.fps = 15

Use the fps value (for example, "fps": 15) from the item metadata system.

  1. Click Search to view the search result.

How to Search Items by the Duration from the Item Metadata?

  1. In the Data Browser, click on the Items field.
  2. Select or enter the query as follows:
metadata.system.duration = 30.8

Use the duration value (for example, "duration": 30.8) from the item metadata system.

  1. Click Search to view the search result.

How to Search Items by the Width from the Item Metadata?

  1. In the Data Browser, click on the Items field.
  2. Select or enter the query as follows:
metadata.system.width = 320

Use the Width value (for example, "width": 320) from the item metadata system.

  1. Click Search to view the search result.

How to Search Items by the Height from the Item Metadata?

  1. In the Data Browser, click on the Items field.
  2. Select or enter the query as follows:
metadata.system.height = 240

Use the Height value (for example, "height": 240) from the item metadata system.

  1. Click Search to view the search result.

How to Search Items by the Dataset Tags (Train, Validation, or Test) from the Item Metadata?

  1. In the Data Browser, click on the Items field.
  2. Select or enter the query as follows:
metadata.system.tags.train = true 

Use the Tags value from the item metadata system.
for example,

    "tags":
        "train": true

Or

   "tags":
       "validation": true

Or

    "tags":
        "test": true

Use the Tags value from the item metadata system.

  1. Click Search to view the search result.

How to Search Items by the Reference ID from the Item Metadata?

  1. In the Data Browser, click on the Items field.
  2. Select or enter the query as follows:
metadata.system.refs.id = 649c421b9084a344b862289b

Use the refs ID value (for example, "id": "649c421b9084a344b862289b") from the item metadata system.

  1. Click Search to view the search result.

How to Search Items by the Reference Type from the Item Metadata?

  1. In the Data Browser, click on the Items field.
  2. Select or enter the query as follows:
metadata.system.refs.type = 'assignment' 

Use the Type value (for example, "type": "assignment") from the item metadata system.

  1. Click Search to view the search result.

How to Search Items by the Encoding from the Item Metadata?

  1. In the Data Browser, click on the Items field.
  2. Select or enter the query as follows:
metadata.system.encoding = 7bit

Use the Encoding value (for example, "encoding": "7bit") from the item metadata system.

  1. Click Search to view the search result.

How to Search Items by the Original Name from the Item Metadata?

  1. In the Data Browser, click on the Items field.
  2. Select or enter the query as follows:
metadata.system.originalname = video-tutorial-v1.mp4

Use the originalname value (for example, `"originalname": "video-tutorial-v1.mp4") from the item metadata system.

  1. Click Search to view the search result.

How to Search Items are Designated for a Model Test Set?

  1. In the Data Browser, click on the Items field.
  2. Select or enter the query as follows:
ModelTestSet = true 

or,

ModelTestSet = false 
  1. Click Search to view the search result.

How to Search Items are Designated for a Model Train Set?

  1. In the Data Browser, click on the Items field.
  2. Select or enter the query as follows:
ModelTrainSet = true 

or,

ModelTrainSet = false 
  1. Click Search to view the search result.

How to Search Items are Designated for a Model Validation Set?

  1. In the Data Browser, click on the Items field.
  2. Select or enter the query as follows:
ModelValidationSet = true 

or,

 ModelValidationSet = true 
  1. Click Search to view the search result.

How to Search Items by Updated Date?

  1. In the Data Browser, click on the Items field.
  2. Select or enter the query as follows:
updatedAt = (10/04/2024) 
  1. Click Search to view the search result.

How to Search Items by the User Who Updated?

  1. In the Data Browser, click on the Items field.
  2. Select or enter the query as follows:
updatedBy = 'name@dataloop.ai'
  1. Click Search to view the search result.

How to Search Annotations by Annotation ID?

  1. In the Data Browser, click on the Annotations field.
  2. Select or enter the query as follows:
annotationId = '6638e5f4fb9b79bc00d04288'

Copy the annotationId value from opening a labeled item -> select an annotation from the right-side panel -> click on the 'i' (info) icon -> copy annotation ID.

  1. Click Search to view the search result.

How to Search Annotations by Label's Confidence Value?

  1. In the Data Browser, click on the Annotations field.
  2. Select or enter the query as follows:
Confidence = '402.33'
  1. Click Search to view the search result.

How to Search Annotations by Creation Date?

  1. In the Data Browser, click on the Annotations field.
  2. Select or enter the query as follows:
createdAt = (03/12/2023)
  1. Click Search to view the search result.

How to Search Annotations by Annotation Creator?

  1. In the Data Browser, click on the Annotations field.
  2. Select or enter the query as follows:
creator = 'creator's email ID' 
  1. Click Search to view the search result.

How to Search Annotations by Dataset ID?

  1. In the Data Browser, click on the Annotations field.
  2. Select or enter the query as follows:
datasetId = '65950d1d5c356a5e51f6727e'
  1. Click Search to view the search result.

How to Search Annotations by Attribute Name?

  1. In the Data Browser, click on the Annotations field.
  2. Select or enter the query as follows:
attributeName.<name of the attribute> = '<attribute value>'

For example,

  • Attribute Name = How is it?. By default, it displays all available attributes.
  • Attribute Value = Good or Bad. By default, it displays all available attribute values.

then, the query will be attributeName.How_is_it? = 'Good'

  1. Click Search to view the search result.

How to Search Annotations by Attribute ID?

  1. In the Data Browser, click on the Annotations field.
  2. Select or enter the query as follows:
attributeName.<ID of the attribute> = '<attribute value>'

For example,

  • Attribute ID = 1. By default, it displays all available attribute ID.
  • Attribute Value = Good or Bad. By default, it displays all available attribute values.

then, the query will be attributeId.1 = 'Good'

You can copy the attributeId value from the Recipe -> Labels & Attributes -> Right-side section (Create Section)

  1. Click Search to view the search result.

How to Search Annotations by the Item ID?

  1. In the Data Browser, click on the Annotations field.
  2. Select or enter the query as follows:
ItemID = '65798f8f81b02fbafe34fcad'
  1. Click Search to view the search result.

How to Search Annotations by the Label Name?

  1. In the Data Browser, click on the Annotations field.
  2. Select or enter the query as follows:
label = 'Cat' 
  1. Click Search to view the search result.

How to Search Annotations by the Model Name?

  1. In the Data Browser, click on the Annotations field.
  2. Select or enter the query as follows:
ModelName = 'yolov3' 

You can copy the model name value from the JSON file of the item.

  1. Click Search to view the search result.

How to Search Annotations by the ID of the Parent Annotation (Parent ID)?

  1. In the Data Browser, click on the Annotations field.
  2. Select or enter the query as follows:
ParentId = '1234'
  1. Click Search to view the search result.

How to Search Annotations by the Source (Where the Annotation is Created) of the Annotation?

  1. In the Data Browser, click on the Annotations field.
  2. Select or enter the query as follows:
type = 'ui' 

or

type = 'sdk' 
  1. Click Search to view the search result.

How to Search Annotations by the Label's Attribute?

  1. In the Data Browser, click on the Annotations field.
  2. Select or enter the query as follows:
metadata.system.attributes.1 = 'Yes' 
Attributes

The attributes are defined according to the customizations made in the recipe.

  1. Click Search to view the search result.

How to Search Annotations by the Annotation Type?

  1. In the Data Browser, click on the Annotations field.
  2. Select or enter the query as follows:
type = 'cube' 
  1. Click Search to view the search result.

How to Search Annotations by the Update Date?

  1. In the Data Browser, click on the Annotations field.
  2. Select or enter the query as follows:
updatedAt = (03/12/2023)
  1. Click Search to view the search result.

How to Search Items by Task's ID?

  1. In the Data Browser, add the Tasks filter.
  2. In the Tasks' field, select the TaskID from the list.
  3. Enter the value as follows.
TaskID= 'task's ID' 
  1. Click Search to view the search result.

How to Search Items by Task's Name?

  1. In the Data Browser, add the Tasks filter.
  2. In the Tasks' field, select the TaskName from the list.
  3. Select or enter query as follows:
TaskName = 'task's Name' 
  1. Click Search to view the search result.

How to Search Items by Free Text - CLIP Based

  1. In the Data Browser, click on the Add Filters.
  2. Select the NLP (CLIP) from the list. A new field NLP (CLIP) is added.
  3. Enter the required text in the NLP (CLIP) field. For example, "Image with red cars".
  4. Click Search to view the search result.

How to Save a Search Query?

Dataloop platform offers the ability to save specific search filter criteria, allowing for efficient and consistent future searches.

  1. In the Dataset Browser, create a search query.
  2. Click Filter Actions.
  3. Select Save. A dialogue window is displayed.
  4. Enter a name for the new filter query.
  5. Click Save. A confirmation message is displayed.

How to Use a Saved Search Query?

Dataloop platform offers the ability to reuse specific search filter criteria.

  1. In the Dataset Browser, click on the Filter Actions.
  2. Select Saved Filters and choose the saved filter from the list. Clicking on the saved filter allows the search query to run and displays the result.

How to Delete a Saved Search Query?

Dataloop platform offers the ability to reuse specific search filter criteria.

  1. In the Dataset Browser, click on the Filter Actions.
  2. Select the Save Filters.
  3. Find the query to be deleted and click on the Delete icon when you hover over.
  4. Click Delete Query. A confirmation message is displayed.

How to Use the DQL Query Editor to Search?

In addition to data search using the basic UI, it is possible to filter data using the Dataloop Query Language.

  1. In the Dataset Browser, click on the Filter Actions.
  2. Select the Query Editor. The DQL Search window is displayed.
  3. Edit the query as required, or select a saved query from the list.
  4. Once edited, click Search to run the search query, or click Save As to save it.
Delete DQL Search Query

Click on the Delete Query to delete the query.


How to Copy the Search Query in DQL Format?

  1. In the Dataset Browser, click on the Filter Actions.
  2. Select the Copy Filter. A confirmation message is displayed, and the query will be copied in DQL format.

How to Clear the Search Query?

In then Dataset Browser, click on the Clear Filter to clear the current search query and results.