Oleg Pudeyev
3687febdac
[ticket/11015] Change more docblocks.
...
PHPBB3-11015
2012-12-04 04:29:31 -05:00
Andreas Fischer
f5b3adb296
[ticket/10780] Use L_COLON on search backend ACP pages.
...
PHPBB3-10780
2012-11-10 00:38:25 +01:00
Dhruv
a509a8ed2d
[ticket/11050] make all properties protected in all search backends
...
PHPBB-11050
2012-11-09 16:46:44 +01:00
Dhruv
72245e41d0
[ticket/11050] fix tidied search query docblock language
...
PHPBB3-11050
2012-11-09 15:54:41 +01:00
Dhruv
0556959a6a
[ticket/11050] fix min/max length docblock language
...
PHPBB3-11050
2012-11-09 15:54:40 +01:00
Dhruv
7c3cbc07cf
[ticket/11050] multi sentences separated by period in docblocks
...
Starting of each sentence should be capitalized.
PHPBB3-11050
2012-11-09 15:54:39 +01:00
Dhruv
b7dae379d5
[ticket/11050] remove class word from docblocks
...
PHPBB3-11050
2012-11-09 15:54:37 +01:00
Dhruv
1ded6d94ac
[ticket/11050] add missing @var in native search
...
PHPBB3-11050
2012-11-09 15:54:36 +01:00
Dhruv
8eed3591a9
[ticket/11050] replace user by phpbb_user
...
PHPBB3-11050
2012-11-09 15:54:35 +01:00
Dhruv
56395ea359
[ticket/11050] fix minor comment/docblocks issues
...
No comments should end with a period. All occurences like PostgreSQL
should have proper case.
PHPBB3-11050
2012-11-09 15:54:34 +01:00
Dhruv
5a7ed3c567
[ticket/11050] add access specifiers to native search properties
...
PHPBB3-11050
2012-11-09 15:54:33 +01:00
Oleg Pudeyev
18a922c036
[ticket/11174] Started on search tests - keyword splitting.
...
PHPBB3-11174
2012-11-08 10:14:29 -05:00
Dhruv
305abfde96
[ticket/11051] fix spaces
...
PHPBB3-11051
2012-10-08 10:58:04 +05:30
Dhruv
6f61169e41
[ticket/11051] add public functions for public properties
...
public retrieval functions for all public properties and change the
properties to protected in all search backends.
PHPBB3-11051
2012-08-15 14:13:31 +05:30
Dhruv
469d808365
[ticket/11048] use protected instead of private in native search
...
PHPBB3-11048
2012-08-14 17:46:17 +05:30
Dhruv
8e8e94ec4c
[ticket/11048] remove @access from all docblocks
...
PHPBB3-11048
2012-08-14 17:43:01 +05:30
Dhruv
a3a359d80a
[ticket/11048] add access specifiers to phpbb native search properties
...
PHPBB3-11048
2012-08-10 16:35:06 +05:30
Dhruv
dd56c401af
[ticket/11048] add access specifiers to phpbb native search
...
PHPBB3-11048
2012-08-10 12:23:25 +05:30
Dhruv
a422ddfe31
[ticket/11011] rename property phpEx to php_ext
...
PHPBB3-11011
2012-08-08 11:16:46 +05:30
Dhruv
794d6ec443
[ticket/11011] pass $auth to search backend constructor
...
$auth global var is passed to search backend constructor, as it is used
by sphinx backend.
PHPBB3-11011
2012-08-08 11:07:47 +05:30
Dhruv
2e218776bb
[ticket/11011] passing global variables
...
Pass global variables to class constructor when making a new object.
PHPBB3-11011
2012-07-28 18:28:51 +05:30
Dhruv
33c6d7c8be
[ticket/11011] remove global keyword in native search
...
Pass global variables into the search backend class constructor.
PHPBB3-11011
2012-07-28 15:08:09 +05:30
Nathan Guse
577dbf8951
[ticket/10990] Changes for develop
...
PHPBB3-10990
2012-07-22 14:48:39 -05:00
Oleg Pudeyev
35309de0b7
Merge branch 'develop-olympus' into develop
...
* develop-olympus:
[ticket/10653] Call get_row_count of base class in mysql get_estimated_row_count
[ticket/9813] Only get posts table row count if we detected a fulltext index.
[ticket/9813] Also use estimated row count of posts table for fulltext mysql.
[ticket/10653] Fix parameter to substr() in unit tests. Should be 1, not -1.
[ticket/10653] Unit tests for get_row_count() and get_estimated_row_count().
[ticket/10653] Add ability to count table rows to database abstraction layer.
[ticket/9813] Use table status row count only if greater than 100000 or exact.
[ticket/9813] Use SHOW TABLE STATUS to get search stats for native on MySQL.
2012-03-08 08:44:32 -05:00
Andreas Fischer
f9953fc339
[ticket/10653] Add ability to count table rows to database abstraction layer.
...
PHPBB3-10653
2012-03-03 21:04:01 +01:00
Andreas Fischer
97cf433dea
[ticket/9813] Use table status row count only if greater than 100000 or exact.
...
PHPBB3-9813
2012-03-03 21:03:55 +01:00
Andreas Fischer
efe25a0b49
[ticket/9813] Use SHOW TABLE STATUS to get search stats for native on MySQL.
...
PHPBB3-9813
2012-03-03 21:03:50 +01:00
Andreas Fischer
0c3fae0f18
Merge branch 'develop-olympus' into develop
...
* develop-olympus:
[ticket/10630] Use sql_like_expression() method instead of hardcoded LIKE '%x%'
[ticket/10630] Perform array_unique on authors array before creating the query
2012-02-25 19:58:03 +01:00
Joas Schilling
afcf9cbc86
[ticket/10630] Perform array_unique on authors array before creating the query
...
This is needed to avoid an additional appearance for an author for every
post he made.
PHPBB3-10630
2012-02-20 02:17:13 +01:00
Unknown
7a04c9048c
[ticket/9916] Updating header license and removing Version $Id$
...
PHPBB3-9916
2011-12-31 13:32:52 +00:00
Nils Adermann
121cab1c29
[feature/extension-manager] Add docblocks to new search backend methods
...
PHPBB3-10323
2011-11-18 14:46:30 +01:00
Nils Adermann
dcc5ca5377
[feature/extension-manager] Make search backends loadable from extensions
...
Search backends are now required to be autoloadable. The database updater to
3.1 tries to guess the class name as phpbb_search_<oldname> which works for
the default backends we ship.
PHPBB3-10323
2011-09-29 15:42:40 +02:00
Chris Smith
76348ce43f
[ticket/9760] Remove unrestricted wildcards from search terms.
...
Wildcards without any further result restrictions will cause phpBB to search
for everything, potentially allowing a DoS attack against the DB server by any
user who can use the search system.
PHPBB3-9760
2010-08-08 14:02:34 +01:00
Andreas Fischer
f4aa5b7ac7
Safe us some more calls to $db->sql_escape().
...
Authorised by: naderman :-P
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10399 89ea8834-ac86-4346-8a33-228a782c2dd0
2010-01-11 23:26:56 +00:00
Nils Adermann
dd02aed6e1
Improved search query performance through sorting words by their occurance. [Bug #21555 ]
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10377 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-12-23 19:38:09 +00:00
Joas Schilling
ee65d2147b
fix r9713 for #36565
...
Authorised by: AcydBurn
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9931 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-08-05 15:28:46 +00:00
Joas Schilling
2854705096
Fix bug #36565 - Search by authorname does not display posts of guests and deleted users
...
Authorised by: naderman
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9713 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-07-02 10:28:32 +00:00
Meik Sievertsen
59763841b3
Search for 'topic title only' and 'first post' should work again for non-mysql dbms. (Bug #40605 )
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9473 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-04-18 17:46:34 +00:00
Meik Sievertsen
eb49218428
Fix topic title only and first post search option with the SQL_CALC_FOUND_ROWS fix
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9472 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-04-18 17:42:31 +00:00
Meik Sievertsen
7b07476207
erm, forgot to globalize $config. :/
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9471 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-04-18 17:30:58 +00:00
Meik Sievertsen
0319733ea8
[Change] Performance improvements for native fulltext search (patch by Paul)
...
(This has been tested for 2 weeks in a live environment)
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9440 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-04-11 13:49:32 +00:00
Meik Sievertsen
4d9b106db2
New search option: Maximum number of words allowed to search for.
...
(the more words the more database load)
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9438 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-04-11 11:09:45 +00:00
Nils Adermann
c931ce3a54
not quite
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9173 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-12-04 17:01:39 +00:00
Nils Adermann
945e6e1e78
Use a left join for the topics table on search to avoid trouble with FROM syntax on some databases (Bug #37005 )
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9172 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-12-04 16:56:56 +00:00
Nils Adermann
63b089f653
Tell users to recreate the search index after changing the common word threshold for fulltext_native (Bug #36345 )
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9126 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-11-26 19:17:52 +00:00
Meik Sievertsen
69a8e33d48
cleanup, related to bug #19195
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8879 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-09-18 14:32:15 +00:00
Meik Sievertsen
8b63049936
Fix native full text search on postgresql while using excluding keyword matches. (Bug #19195 )
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8878 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-09-18 14:31:03 +00:00
Nils Adermann
fb1d71bd05
Topic searches by author no longer return invalid results [Bug #11777 ]
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8604 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-06-04 17:25:50 +00:00
Nils Adermann
fd57f020f7
removed executable props [Bug #6464 ]
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8598 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-06-04 15:37:06 +00:00
Meik Sievertsen
7de5bb3498
dumdidum... sorry. ;)
...
git-svn-id: file:///svn/phpbb/trunk@8147 89ea8834-ac86-4346-8a33-228a782c2dd0
2007-10-05 14:36:34 +00:00