Examples: query, "exact match", wildcard*, wild?ard, wild*rd
Fuzzy search: cake~ (finds cakes, bake)
Term boost: "red velvet"^4, chocolate^2
Field grouping: tags:(+work -"fun-stuff")
Escaping: Escape characters +-&|!(){}[]^"~*?:\ with \, e.g. \+
Range search: properties.timestamp:[1587729413488 TO *] (inclusive), properties.title:{A TO Z}(excluding A and Z)
Combinations: chocolate AND vanilla, chocolate OR vanilla, (chocolate OR vanilla) NOT "vanilla pudding"
Field search: properties.title:"The Title" AND text
Answered
I'Ve Tried Querying Dataset With Project Name, But It Failed With Error Saying The Project Is Not Found. I Tried Using Project Name Along, And Tried 'Project_Name/.Datasets/Dataset_Name' As Demonstrated Under Task Information Of The Dataset Itself.

I've tried querying Dataset with project name, but it failed with error saying the project is not found.
I tried using project name along, and tried 'project_name/.datasets/dataset_name' as demonstrated under Task Information of the dataset itself.

  
  
Posted 6 days ago
Votes Newest

Answers


How did you create the dataset and how are you trying to query it?

  
  
Posted 3 days ago