Parameters
Name | Type | Mode |
---|---|---|
p_web_search_string | character varying | IN |
Takes a standard web search sting, which can include logic like “and”, “or” and “not” and returns artifacts that match the search string in the title, description or purpose fields.
select * from tdis_search_artifacts('urban or weather');
Name | Type | Mode |
---|---|---|
p_web_search_string | character varying | IN |