aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/search/fulltext_native.php
Commit message (Expand)AuthorAgeFilesLines
* [ticket/9760] Remove unrestricted wildcards from search terms.Chris Smith2010-08-081-1/+12
* Safe us some more calls to $db->sql_escape().Andreas Fischer2010-01-111-2/+2
* Improved search query performance through sorting words by their occurance. [...Nils Adermann2009-12-231-8/+13
* fix r9713 for #36565Joas Schilling2009-08-051-4/+2
* Fix bug #36565 - Search by authorname does not display posts of guests and de...Joas Schilling2009-07-021-24/+47
* Search for 'topic title only' and 'first post' should work again for non-mysq...Meik Sievertsen2009-04-181-0/+8
* Fix topic title only and first post search option with the SQL_CALC_FOUND_ROW...Meik Sievertsen2009-04-181-6/+6
* erm, forgot to globalize $config. :/Meik Sievertsen2009-04-181-1/+1
* [Change] Performance improvements for native fulltext search (patch by Paul)Meik Sievertsen2009-04-111-3/+19
* New search option: Maximum number of words allowed to search for.Meik Sievertsen2009-04-111-2/+9
* not quiteNils Adermann2008-12-041-1/+1
* Use a left join for the topics table on search to avoid trouble with FROM syn...Nils Adermann2008-12-041-11/+12
* Tell users to recreate the search index after changing the common word thresh...Nils Adermann2008-11-261-1/+1
* cleanup, related to bug #19195Meik Sievertsen2008-09-181-2/+0
* Fix native full text search on postgresql while using excluding keyword match...Meik Sievertsen2008-09-181-3/+6
* Topic searches by author no longer return invalid results [Bug #11777]Nils Adermann2008-06-041-3/+3
* removed executable props [Bug #6464]Nils Adermann2008-06-041-0/+0
* dumdidum... sorry. ;)Meik Sievertsen2007-10-051-3/+4
* err, forgot to commitMeik Sievertsen2007-07-271-4/+4
* a little commentHenry Sudhof2007-07-231-0/+1
* #13579Henry Sudhof2007-07-231-3/+9
* label changes, language fixes...Meik Sievertsen2007-05-161-1/+1
* - correctly transfer the search query across search result pagesNils Adermann2007-05-131-0/+1
* Better support for nested transactions...Meik Sievertsen2007-05-051-4/+4
* can't be negativeDavid M2007-04-211-3/+6
* - correctly initialise $words in fulltext_native [Bug #347]Nils Adermann2007-04-091-2/+9
* quick fixNils Adermann2007-03-141-1/+1
* *** empty log message ***David M2007-03-141-8/+15
* - improvements to search indexing performance, espacially tidy() by adding a ...Nils Adermann2007-03-131-22/+68
* - added a UNIQUE index on the wordmatch tableNils Adermann2007-03-041-2/+4
* #8074David M2007-02-231-1/+1
* #8244David M2007-02-221-22/+2
* - should fix some Firebird issues ( can't believe that nobody found this unti...David M2007-02-011-3/+35
* - ignore too short/too long search words [Bug #7438]Nils Adermann2007-01-281-9/+34
* fixing some bugs, most being submitted grammatical/spelling errors.Meik Sievertsen2007-01-211-1/+1
* - solved a problem with magic urls inside brackets, and with bbcodes being tr...Nils Adermann2007-01-131-8/+11
* - display search type as page title for premade searches [Bug #6508]Nils Adermann2006-12-271-5/+10
* #6414David M2006-12-231-3/+2
* - author search should use clean names for searching [Bug #5752]Nils Adermann2006-12-031-1/+7
* #5610Meik Sievertsen2006-11-271-2/+2
* adjust some comments to work with phpdocumentor. :)Meik Sievertsen2006-11-171-23/+23
* - fixes for the following bugs:Meik Sievertsen2006-11-151-4/+4
* keywords is a string...Meik Sievertsen2006-11-101-1/+1
* - Bug #5090Nils Adermann2006-11-051-1/+0
* ok, i am an idiot...Meik Sievertsen2006-11-031-1/+1
* Revised attachment categories a bitMeik Sievertsen2006-10-191-1/+1
* - store sql_layer directly within the layer itselfMeik Sievertsen2006-10-141-34/+21
* - introducing clean usernames, needs to be tested more, I'm not sure I didn't...Nils Adermann2006-10-131-1/+1
* tried to begin adjusting all string functions where applicable - still a *lot...Meik Sievertsen2006-10-071-1/+1
* - forgot to make the same change to the ODBC driverDavid M2006-10-011-3/+3