aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/search
Commit message (Expand)AuthorAgeFilesLines
* [ticket/12933] Handle case when * is last character of wordDhruv2015-01-281-1/+1
* Merge remote-tracking branch 'dhruvgoel92/ticket/11288' into develop-olympusJoas Schilling2014-03-111-0/+6
|\
| * [ticket/11288] Handle +,- without preceeding whitespace charactersDhruv2013-10-051-0/+6
* | [ticket/10945] Fix return values for split_keywords functionDhruv2014-03-081-14/+8
* | [ticket/10945] Display search query when search fails in native searchDhruv2014-03-081-18/+11
|/
* [ticket/11583] Use a new lang key instead of giving the old one a new meaning.Andreas Fischer2013-06-031-1/+1
* [ticket/11583] Allow FULLTEXT indexes on InnoDB when on MySQL 5.6.4 or higher.Andreas Fischer2013-06-011-1/+8
* [ticket/9551] uncomment line and change length to 255Dhruv Goel2012-06-191-1/+1
* [ticket/9813] Only get posts table row count if we detected a fulltext index.Andreas Fischer2012-03-081-1/+1
* [ticket/9813] Also use estimated row count of posts table for fulltext mysql.Andreas Fischer2012-03-051-5/+1
* [ticket/10653] Add ability to count table rows to database abstraction layer.Andreas Fischer2012-03-031-44/+2
* [ticket/9813] Use table status row count only if greater than 100000 or exact.Andreas Fischer2012-03-031-26/+41
* [ticket/9813] Use SHOW TABLE STATUS to get search stats for native on MySQL.Andreas Fischer2012-03-031-10/+28
* [ticket/10630] Use sql_like_expression() method instead of hardcoded LIKE '%x%'Joas Schilling2012-02-201-1/+1
* [ticket/10630] Perform array_unique on authors array before creating the queryJoas Schilling2012-02-202-2/+2
* [ticket/9595] List min/max characters indexed by search for mysql_fulltext.Andreas Fischer2010-10-211-0/+8
* Merge branch 'ticket/cs278/9760' into develop-olympusAndreas Fischer2010-08-101-1/+12
|\
| * [ticket/9760] Remove unrestricted wildcards from search terms.Chris Smith2010-08-081-1/+12
* | [ticket/9749] Fulltext mysql unexpected behavior on entering a dash in queryJosh Woody2010-07-291-1/+1
|/
* Safe us some more calls to $db->sql_escape().Andreas Fischer2010-01-112-4/+4
* Improved search query performance through sorting words by their occurance. [...Nils Adermann2009-12-231-8/+13
* Bug #54325 - Fulltext-MySQL search for keywords and username at the same time...Joas Schilling2009-11-261-1/+1
* correct method commentMeik Sievertsen2009-08-311-4/+17
* fix r9713 for #36565Joas Schilling2009-08-052-8/+4
* Fix bug #36565 - Search by authorname does not display posts of guests and de...Joas Schilling2009-07-022-40/+87
* 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-112-3/+16
* 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
* Ok, story real database server info, as well as caching itMeik Sievertsen2008-09-041-2/+2
* The same way we allow defining a custom template/style path we now allow this...Meik Sievertsen2008-08-231-4/+4
* Topic searches by author no longer return invalid results [Bug #11777]Nils Adermann2008-06-042-5/+5
* removed executable props [Bug #6464]Nils Adermann2008-06-042-0/+0
* #15524David M2007-11-291-2/+1
* dumdidum... sorry. ;)Meik Sievertsen2007-10-053-7/+10
* err, forgot to commitMeik Sievertsen2007-07-271-4/+4
* a little commentHenry Sudhof2007-07-231-0/+1
* #13579Henry Sudhof2007-07-232-5/+15
* - a better way of checking PCRE property supportDavid M2007-07-231-1/+5
* tweak the sql_like_expression feature a little bit to allow correct escapingMeik Sievertsen2007-06-241-1/+1
* new wrapper for LIKE expressions to streamline the fixes. We actually need to...Meik Sievertsen2007-06-231-1/+1
* ok, mess around with the templates + fixing some bugs + adjusting headers for...Meik Sievertsen2007-06-091-3/+3
* #11637David M2007-05-251-1/+1
* label changes, language fixes...Meik Sievertsen2007-05-161-1/+1