Closed CGenie closed 8 years ago
Sometimes it might happen that the search vector is empty (like when the 'search_index' tuple is empty). In this case the SQL was incorrect: SET search_index = WHERE ... This commit fixes the above SQL to SET search_index = '' WHERE ...
:+1:
Sometimes it might happen that the search vector is empty (like when the 'search_index' tuple is empty). In this case the SQL was incorrect: SET search_index = WHERE ... This commit fixes the above SQL to SET search_index = '' WHERE ...