aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/search/fulltext_native.php
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #5783 from brunoais/ticket/16262Marc Alexander2019-12-301-0/+2
|\ | | | | | | Ticket/16262 compact() calls with undefined variables causing error page
| * [ticket/16262] Add unset variables to fulltext_native compactbrunoais2019-12-231-0/+2
| | | | | | | | PHPBB3-16262
* | [ticket/16271] Fix invalid docblocksMarc Alexander2019-12-271-0/+6
|/ | | | PHPBB3-16271
* [ticket/16051] Remove mysql driver as it's no longer supported in PHP >= 7.0Marc Alexander2019-10-061-2/+0
| | | | PHPBB3-16051
* [ticket/15424] Multiple typo fixes in docs & commentsluzpaz2019-05-081-1/+1
| | | | | | Fixed typos in some docs, guidelines, some non-user-facing files. PHPBB3-15424
* [ticket/security/235] Only allow one wildcard in the search query to limit ↵Derky2019-04-261-0/+9
| | | | | | the database load SECURITY-235
* [ticket/security/235] Use whitespace instead of word boundary regex to ↵Derky2019-04-261-1/+1
| | | | | | | remove wildcards This fixes removing the wildcard in the following search query: *.test SECURITY-235
* [ticket/security/235] Remove non trailing wildcards from search keywordsDerky2019-04-251-0/+5
| | | | | Database indexes are only used if wildcards are used at the end. SECURITY-235
* [ticket/security/235] Apply wildcard char count patchDerky2019-03-141-9/+15
| | | | SECURITY-235
* Merge pull request #5131 from kasimi/ticket/15561Marc Alexander2018-02-221-6/+29
|\ | | | | | | [ticket/15561] Add events for adding columns to search index
| * [ticket/15561] Add events for adding columns to search indexkasimi2018-02-161-6/+29
| | | | | | | | PHPBB3-15561
* | [ticket/15537] Add cur_words argument to core.search_native_index_beforekasimi2018-01-281-0/+3
| | | | | | | | PHPBB3-15537
* | [ticket/15537] Add core.search_(native|mysql|postgres|sphinx)_index_beforekasimi2018-01-281-0/+29
|/ | | | PHPBB3-15537
* [ticket/14972] replace all occurrences of sizeof() with the count()rxu2018-01-011-24/+24
| | | | PHPBB3-14972
* [ticket/15044] Make sure fulltext native min and max are numbersMarc Alexander2017-01-241-1/+1
| | | | PHPBB3-15044
* [ticket/14739] Remove SQLite 2.8.x database driverJakub Senko2016-11-161-4/+2
| | | | PHPBB3-14739
* Merge branch '3.1.x' into 3.2.xMarc Alexander2016-09-171-1/+1
|\
| * [ticket/14782] Don't use 'DISTINCT' when using 'SQL_CALC_FOUND_ROWS'DavidIQ2016-09-161-1/+1
| |
* | Merge branch '3.1.x' into 3.2.xAndreas Fischer2016-09-151-1/+1
|\ \ | |/ | | | | | | * 3.1.x: [ticket/14782] Use the $select variable in "Your Posts" search
| * [ticket/14782] Use the $select variable in "Your Posts" searchDavidIQ2016-09-131-1/+1
| |
* | Merge remote-tracking branch 'origin/ticket/14272' into ticket/14272-3.2.xMarc Alexander2016-03-271-3/+3
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: phpBB/adm/style/acp_icons.html phpBB/includes/acp/acp_groups.php phpBB/includes/acp/acp_users.php phpBB/includes/functions_acp.php phpBB/includes/ucp/ucp_groups.php phpBB/styles/prosilver/template/ucp_avatar_options_gravatar.html phpBB/styles/prosilver/template/ucp_avatar_options_remote.html phpBB/styles/subsilver2/template/mcp_topic.html phpBB/styles/subsilver2/template/posting_attach_body.html phpBB/styles/subsilver2/template/posting_body.html phpBB/styles/subsilver2/template/posting_poll_body.html phpBB/styles/subsilver2/template/ucp_avatar_options_gravatar.html phpBB/styles/subsilver2/template/ucp_avatar_options_remote.html
| * [ticket/14272] Only use maxlength and size for allowed input elementsMarc Alexander2015-11-061-3/+3
| | | | | | | | PHPBB3-14272
* | [ticket/13454] Remove more unused variablesMarc Alexander2016-01-061-1/+0
| | | | | | | | | | | | This should be the last part. Off to checking if the changes were correct. PHPBB3-13454
* | [ticket/13454] Remove unused variablesMarc Alexander2016-01-061-1/+1
| | | | | | | | | | | | This is part 5 and there is more to come. PHPBB3-13454
* | [ticket/13454] Remove unused variablesMarc Alexander2016-01-061-1/+0
| | | | | | | | | | | | Part 4 PHPBB3-13454
* | [ticket/13454] Remove unused variablesMarc Alexander2016-01-061-3/+0
| | | | | | | | | | | | This is part 2 of the pr. PHPBB3-13454
* | Merge branch '3.1.x'Tristan Darricau2015-10-121-5/+75
|\ \ | |/ | | | | | | * 3.1.x: [ticket/14098] Add core events to the search backends
| * [ticket/14098] Add core events to the search backendsrxu2015-10-091-5/+75
| | | | | | | | PHPBB3-14098
* | Merge branch '3.1.x'Marc Alexander2015-08-221-0/+4
|\ \ | |/
| * [ticket/14104] Fix missing variables from previous commitbrunoais2015-08-151-0/+4
| | | | | | | | | | | | Fixing variables wrongly attributed in PHPBB3-13691 PHPBB3-14104
* | Merge branch '3.1.x'Marc Alexander2015-08-091-5/+7
|\ \ | |/
| * [ticket/14082] Fix wrong variables from previous commitbrunoais2015-08-081-5/+7
| | | | | | | | | | | | Fixing variables wrongly attributed in PHPBB3-13686 PHPBB3-14082
* | Merge branch '3.1.x'Marc Alexander2015-06-091-0/+43
|\ \ | |/
| * Merge pull request #3484 from brunoais/ticket/13691Marc Alexander2015-06-091-0/+43
| |\ | | | | | | | | | [ticket/13691] Allow modifying the fulltext native search query for total results for author
| | * [ticket/13691] BUMP version to 3.1.5-devbrunoais2015-05-061-1/+1
| | | | | | | | | | | | PHPBB3-13691
| | * [ticket/13691] Allow changing query to search for posts by author in nativebrunoais2015-03-121-0/+43
| | | | | | | | | | | | PHPBB3-13691
* | | Merge branch '3.1.x'Marc Alexander2015-06-091-0/+62
|\ \ \ | |/ /
| * | Merge pull request #3483 from brunoais/ticket/13686Marc Alexander2015-06-091-0/+62
| |\ \ | | | | | | | | | | | | [ticket/13686] Allow modify query used for counting in fulltext_native
| | * | [ticket/13686] BUMP version to 3.1.5-devbrunoais2015-05-061-1/+1
| | | | | | | | | | | | | | | | PHPBB3-13686
| | * | [ticket/13686] Allow modify query used for counting in fulltext_nativebrunoais2015-03-121-0/+62
| | |/ | | | | | | | | | PHPBB3-13686
| | * [ticket/13685] Add phpbb_dispatcher to fulltext search constructorsbrunoais2015-03-121-1/+9
| | | | | | | | | | | | PHPBB3-13685
* | | Merge branch '3.1.x'Marc Alexander2015-06-091-1/+9
|\ \ \ | |/ / | | | | | | | | | Conflicts: phpBB/includes/mcp/mcp_main.php
| * | Merge pull request #3479 from brunoais/ticket/13685Marc Alexander2015-06-091-1/+9
| |\ \ | | | | | | | | | | | | [ticket/13685] Allow modifying the query for mysql native fulltext search
| | * | [ticket/13685] phpBB, not PhpBBbrunoais2015-06-091-1/+1
| | | | | | | | | | | | | | | | PHPBB3-13685
| | * | [ticket/13685] Add phpbb_dispatcher to fulltext search constructorsbrunoais2015-06-071-1/+9
| | | | | | | | | | | | | | | | PHPBB3-13685
* | | | Merge branch '3.1.x'Andreas Fischer2015-06-081-1/+1
|\ \ \ \ | |/ / / | | | | | | | | | | | | * 3.1.x: [ticket/13888] Fix sql_freeresult() error on author searches
| * | | [ticket/13888] Fix sql_freeresult() error on author searchesCHItA2015-06-071-1/+1
| |/ / | | | | | | | | | PHPBB3-13888
* | | Merge branch '3.1.x'Dhruv2015-03-141-11/+8
|\ \ \ | |/ / | | | | | | | | | Conflicts: phpBB/phpbb/search/fulltext_native.php
| * | [ticket/13674] Missing space after "if"brunoais2015-03-071-1/+1
| | | | | | | | | | | | PHPBB3-13674
| * | [ticket/13674] Change MySQL native total search results calculationbrunoais2015-03-061-11/+8
| |/ | | | | | | | | | | | | | | | | This changes how the native FULLTEXT search calculates the total match number for MySQL. This should improve performance as there is one less query being made and it is being searched using the technique mentioned in the manual PHPBB3-13674