This is a discussion on fulltext search results within the MySQL forums, part of the Database Server Software category; --> Hello, On my page here: http://dockhawk.com/ I use mysql's fulltext search function on a db that has about 10k ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hello, On my page here: http://dockhawk.com/ I use mysql's fulltext search function on a db that has about 10k rows. If you type in certain words like "wharf" or "terminal" I'm not sure if the search is really bogging down or if my javascript is attempting to continue before my php returns results. Firebug tells me my script "currentphp.php" is still loading or not responding. These certain words like "wharf" are in no way inside the 50% threshold where mysql would ignore them in the search. These words are still very numerous though. Has anybody have some pointers on what type of search string works well with mysql fulltext search, large text heavy databases and words in said database that are very numerous but don't quite hit that 50% threshold? Any tricks of the trade? Appreciate any help- Lan |