create_search_type
create_search_type(search_type, title, description="", has_pipeline=False)
Create a new search type
param:
search_type - Newly defined search_type
title - readable title to display this search type as
keyparam:
description - a brief description of this search type
has_pipeline - determines whether this search type goes through a
pipeline. Simply puts a pipeline_code column in the table.
return
string - the newly created search type