fix obs_search signature & tests

This commit is contained in:
John Krauss
2016-05-03 14:27:36 -04:00
parent 685cb21779
commit 47b2227453
2 changed files with 3 additions and 3 deletions

View File

@@ -66,7 +66,7 @@ BEGIN
SELECT id, description,
name,
aggregate,
NULL source -- TODO use tags
NULL::TEXT source -- TODO use tags
FROM observatory.OBS_column
where name ilike '%%' || %L || '%%'
or description ilike '%%' || %L || '%%'