From 8993b25262b7fc565c1be3548660a66afd4c3530 Mon Sep 17 00:00:00 2001 From: Zachary Sloan Date: Wed, 7 Aug 2013 18:39:09 -0500 Subject: Fixed things with the dataset dropdowns and mRNA datasets Improved the templates for a couple pages related to changing user password, etc --- misc/notes.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'misc') diff --git a/misc/notes.txt b/misc/notes.txt index 9e61e527..ede8176b 100644 --- a/misc/notes.txt +++ b/misc/notes.txt @@ -288,3 +288,7 @@ MySQL Things - Create fulltext (MATCH AGAINST syntax) index: CREATE FULLTEXT INDEX __________ ON Table (Column); + +If <4 character searches not working: +Add ft_min_word_len = 2 (to make te minimum characters 2) to config file +Rebuild relevant tables with fulltext indexes with "REPAIR TABLE _______ QUICK" -- cgit v1.2.3