From 33b94cc15e25dedcc6fb93d00942b97823090a4b Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Sun, 28 Sep 2014 21:46:45 -0400 Subject: v5 v6: sql, clean searchable text * update for (ao/dal) text representation, fix legacy action --- lib/sisu/v6/db_columns.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/sisu/v6/db_columns.rb') diff --git a/lib/sisu/v6/db_columns.rb b/lib/sisu/v6/db_columns.rb index 343f66e6..005c45b5 100644 --- a/lib/sisu/v6/db_columns.rb +++ b/lib/sisu/v6/db_columns.rb @@ -81,7 +81,7 @@ module SiSU_DbColumns @sisutxt=special_character_escape(src) else @sisutxt='' end - @fulltext=clean_searchable_text(txt_arr) + @fulltext=clean_searchable_text_from_document_objects(txt_arr) else @sisutxt,@fulltext='','' end end -- cgit v1.2.3 From ca70dde521c90150f8c36ecf83f05c2d952d1712 Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Sun, 28 Sep 2014 22:07:48 -0400 Subject: v5 v6: header comment reduction, minor --- lib/sisu/v6/db_columns.rb | 3 --- 1 file changed, 3 deletions(-) (limited to 'lib/sisu/v6/db_columns.rb') diff --git a/lib/sisu/v6/db_columns.rb b/lib/sisu/v6/db_columns.rb index 005c45b5..95beab3b 100644 --- a/lib/sisu/v6/db_columns.rb +++ b/lib/sisu/v6/db_columns.rb @@ -46,9 +46,6 @@ - * Download: - - * Git -- cgit v1.2.3