aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/search
Commit message (Expand)AuthorAgeFilesLines
* [feature/postgresql-fulltext-search] fix formattingDhruv Goel2012-07-051-2/+2
* [feature/postgresql-fulltext-search] add docblocks to functionsDhruv Goel2012-07-051-5/+54
* [feature/postgresql-fulltext-search] remove phrase search codeDhruv Goel2012-07-051-33/+1
* [feature/postgresql-fulltext-search] define access control specifiersDhruv Goel2012-07-051-8/+8
* [feature/postgresql-fulltext-search] use version_compareDhruv Goel2012-07-051-5/+5
* [feature/postgresql-fulltext-search] fix language keyDhruv Goel2012-07-051-1/+1
* [feature/postgresql-fulltext-search] removes pcre checkDhruv Goel2012-07-051-8/+4
* [feature/postgresql-fulltext-search] remove mbstring supportDhruv Goel2012-07-051-81/+8
* [feature/postgresql-fulltext-search] change language for pgsql < 8.3Dhruv Goel2012-07-051-1/+1
* [feature/postgresql-fulltext-search] use phpbb_pcre_utf8_support()Dhruv Goel2012-07-051-6/+3
* [feature/postgresql-fulltext-search] fix variable nameDhruv Goel2012-07-051-4/+4
* [feature/postgresql-fulltext-search] Fix version comparison for 9.0+.Oleg Pudeyev2012-07-051-1/+1
* [feature/postgresql-fulltext-search] fixing licenseDhruv Goel2012-07-051-2/+1
* [feature/postgresql-fulltext-search] assign empty statsDhruv Goel2012-07-051-0/+6
* [feature/postgresql-fulltext-search] remove backward compatibilityDhruv Goel2012-07-051-39/+5
* [feature/postgresql-fulltext-search] minor changesDhruv Goel2012-07-051-3/+3
* [feature/postgresql-fulltext-search] minor changesDhruv Goel2012-07-051-6/+12
* [feature/postgresql-fulltext-search] Fixed bracesOleg Pudeyev2012-07-051-6/+8
* [feature/postgresql-fulltext-search] Remove closing php tagOleg Pudeyev2012-07-051-2/+0
* [feature/postgresql-fulltext-search] PostgreSQL fulltext search, version 3.we3b2012-06-081-49/+114
* [feature/postgresql-fulltext-search] PostgreSQL fulltext search, version 2.wagnerch2012-06-081-52/+24
* [feature/postgresql-fulltext-search] PostgreSQL fulltext search, version 1.wagnerch2012-06-081-0/+893
* Merge branch 'develop-olympus' into developOleg Pudeyev2012-03-082-16/+3
|\
| * [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
* | Merge branch 'develop-olympus' into developAndreas Fischer2012-02-253-3/+3
|\ \ | |/
| * [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/10579] Delete extra v2 from license block.Oleg Pudeyev2012-01-121-1/+1
* | [ticket/9916] Updating header license and removing Version $Id$Unknown2011-12-313-6/+3
* | [feature/extension-manager] Add docblocks to new search backend methodsNils Adermann2011-11-182-2/+12
* | [feature/extension-manager] Make search backends loadable from extensionsNils Adermann2011-09-293-19/+16
* | [ticket/10329] Add phpbb_ prefix to new pcre_utf8_support() function.Andreas Fischer2011-08-211-1/+1
* | [ticket/9574] Add pcre_utf8_support() functionIgor Wiedler2010-12-281-1/+1
* | [ticket/9574] Remove conditional PHP<5.2 codeIgor Wiedler2010-12-281-6/+3
* | [ticket/9556] Drop php closing tags, add trailing newlineIgor Wiedler2010-11-113-6/+0
|/
* [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