tdis_search_layers


Description

Takes a standard web search sting, which can include logic like “and”, “or” and “not” and returns layers that match the search string in the title, description or purpose fields.

select * from tdis_search_layers('urban or weather');

Parameters

Name Type Mode
p_web_search_string character varying IN