basic_search_util

Utilities to support HED searches based on strings.

Functions

convert_query(search_query, schema)

Converts the given basic search query into a hed_string

convert_query(search_query, schema)[source]

Converts the given basic search query into a hed_string

Parameters:
  • search_query (str) – The basic search query to convert.

  • schema (HedSchema) – The schema to use to convert tags

Returns:

The converted search query, in long form.

Return type:

long_query(str)