diff options
author | Zachary Sloan | 2013-08-07 18:39:09 -0500 |
---|---|---|
committer | Zachary Sloan | 2013-08-07 18:39:09 -0500 |
commit | 8993b25262b7fc565c1be3548660a66afd4c3530 (patch) | |
tree | f04ee0f8c61ade5702f8561fc9fbf0e0594d47c9 /misc | |
parent | cf42e71c07efc772c15956b75db374f0f2849cac (diff) | |
download | genenetwork2-8993b25262b7fc565c1be3548660a66afd4c3530.tar.gz |
Fixed things with the dataset dropdowns and mRNA datasets
Improved the templates for a couple pages related to changing user
password, etc
Diffstat (limited to 'misc')
-rw-r--r-- | misc/notes.txt | 4 |
1 files changed, 4 insertions, 0 deletions
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" |