aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/search
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/11273] Add space before MiB to Sphinx "Indexer memory limit" input box.Andreas Fischer2012-12-151-1/+1
| | | | PHPBB3-11273
* Merge remote-tracking branch 'upstream/develop' into ticket/11015Oleg Pudeyev2012-12-062-1/+17
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * upstream/develop: (196 commits) [ticket/11219] Coding guidelines and naming consistency changes [ticket/10841] Revert more whitespace changes. [ticket/10841] Revert whitespace changes. [ticket/10841] adding space after if [ticket/10841] removing unnecessary spacing [ticket/10841] changing affectedrows check to COUNT in sql [ticket/10841] Modifying style and language selectors in UCP [ticket/11247] Fix wrong property reference in flock class. [ticket/10602] Avoid a race condition. [ticket/10602] Use last_queue_run for its intended purpose. [ticket/10716] Collect standard error from executed php process. [ticket/10716] Skip test if php is not in PATH. [ticket/10716] Exclude our dependencies from linting. [ticket/10103] New and improved wording. [ticket/10716] Only lint on php 5.3+. [ticket/10103] Assert with messages. [ticket/10103] assertLessThan/assertGreaterThan. [ticket/10103] Inline assignment is bad? [ticket/10103] $rv had too few characters. [ticket/10103] Correct flock class documentation. ... Conflicts: phpBB/includes/functions.php tests/cache/cache_test.php
| * [ticket/11174] include utf_tools in postgres search backendDhruv2012-11-271-0/+8
| | | | | | | | PHPBB3-11174
| * [ticket/11174] removes unnecessary space from wordDhruv2012-11-271-1/+1
| | | | | | | | PHPBB3-11174
| * [ticket/11174] include utf_tools in mysql backendDhruv2012-11-271-0/+8
| | | | | | | | | | | | when running tests include utf_tools file in the mysql search backend PHPBB3-11174
* | [ticket/11015] Change more docblocks.Oleg Pudeyev2012-12-044-8/+8
|/ | | | PHPBB3-11015
* [ticket/10780] Use L_COLON on search backend ACP pages.Andreas Fischer2012-11-104-13/+13
| | | | PHPBB3-10780
* Merge PR #1043 branch 'dhruvgoel92/ticket/11177' into developOleg Pudeyev2012-11-091-0/+6
|\ | | | | | | | | * dhruvgoel92/ticket/11177: [ticket/11177] return no results when query has only negation
| * [ticket/11177] return no results when query has only negationDhruv2012-11-091-0/+6
| | | | | | | | | | | | | | If search query has only -foo then instead of displaying all results that do not have foo, should display no results found. PHPBB3-11177
* | [ticket/11050] make all properties protected in all search backendsDhruv2012-11-094-10/+10
| | | | | | | | PHPBB-11050
* | [ticket/11050] get_common_words() returns empty array for sphinxDhruv2012-11-091-2/+2
| | | | | | | | PHPBB-11050
* | [ticket/11050] fix tidied search query docblock languageDhruv2012-11-094-4/+8
| | | | | | | | PHPBB3-11050
* | [ticket/11050] fix min/max length docblock languageDhruv2012-11-093-3/+3
| | | | | | | | PHPBB3-11050
* | [ticket/11050] multi sentences separated by period in docblocksDhruv2012-11-093-7/+7
| | | | | | | | | | | | Starting of each sentence should be capitalized. PHPBB3-11050
* | [ticket/11050] fix separated spelling in docblockDhruv2012-11-091-1/+1
| | | | | | | | PHPBB3-11050
* | [ticket/11050] fix split words doc block languageDhruv2012-11-093-3/+3
| | | | | | | | PHPBB3-11050
* | [ticket/11050] remove class word from docblocksDhruv2012-11-094-15/+15
| | | | | | | | PHPBB3-11050
* | [ticket/11050] add missing @var in native searchDhruv2012-11-091-0/+3
| | | | | | | | PHPBB3-11050
* | [ticket/11050] replace user by phpbb_userDhruv2012-11-094-4/+4
| | | | | | | | PHPBB3-11050
* | [ticket/11050] fix minor comment/docblocks issuesDhruv2012-11-094-22/+22
| | | | | | | | | | | | | | No comments should end with a period. All occurences like PostgreSQL should have proper case. PHPBB3-11050
* | [ticket/11050] add access specifiers to native search propertiesDhruv2012-11-091-3/+58
| | | | | | | | PHPBB3-11050
* | [ticket/11050] fix docblocks with description before @varDhruv2012-11-093-13/+26
| | | | | | | | PHPBB3-11050
* | [ticket/11050] add missing @varDhruv2012-11-091-0/+1
| | | | | | | | PHPBB3-11050
* | [ticket/11050] remove common_words property from sphinxDhruv2012-11-091-7/+0
| | | | | | | | | | | | common_words property is never used in sphinx class hence removed. PHPBB3-11050
* | [ticket/11050] add access specifiers to sphinx search propertiesDhruv2012-11-091-2/+75
| | | | | | | | PHPBB3-11050
* | [ticket/11050] add access specifiers to mysql search propertiesDhruv2012-11-091-3/+40
| | | | | | | | PHPBB3-11050
* | [ticket/11050] add access specifiers to pgsql search propertiesDhruv2012-11-091-3/+61
| | | | | | | | PHPBB3-11050
* | [ticket/11174] Started on search tests - keyword splitting.Oleg Pudeyev2012-11-081-0/+4
|/ | | | PHPBB3-11174
* Merge PR #956 branch 'dhruvgoel92/ticket/11051' into developOleg Pudeyev2012-10-104-12/+132
|\ | | | | | | | | | | | | | | | | | | | | | | * dhruvgoel92/ticket/11051: [ticket/11051] fix spaces [ticket/11051] add common_words variable [ticket/11051] remove unnecessary comment [ticket/11051] add get_word_len() in sphinx search [ticket/11051] use get_word_length in search backend [ticket/11051] use get_common_words in search backend [ticket/11051] function instead of accessing property in search [ticket/11051] add public functions for public properties
| * [ticket/11051] fix spacesDhruv2012-10-081-3/+3
| | | | | | | | PHPBB3-11051
| * [ticket/11051] add get_word_len() in sphinx searchDhruv2012-10-041-0/+10
| | | | | | | | | | | | | | get_word_len() for sphinx search backend returns false always and triggers proper error. PHPBB3-11051
| * [ticket/11051] add public functions for public propertiesDhruv2012-08-154-12/+122
| | | | | | | | | | | | | | public retrieval functions for all public properties and change the properties to protected in all search backends. PHPBB3-11051
* | Merge PR #954 branch 'dhruvgoel92/ticket/11032' into developOleg Pudeyev2012-08-181-1/+1
|\ \ | |/ |/| | | | | * dhruvgoel92/ticket/11032: [ticket/11032] fix language of error displayed
| * [ticket/11032] fix language of error displayedDhruv2012-08-151-1/+1
| | | | | | | | | | | | Language of the error displayed is modified. PHPBB3-11032
* | Merge remote-tracking branch 'dhruvgoel92/ticket/11048' into developAndreas Fischer2012-08-144-197/+95
|\ \ | |/ |/| | | | | | | | | | | | | | | | | | | | | | | * dhruvgoel92/ticket/11048: [ticket/11048] use protected instead of private in pgsql fulltext [ticket/11048] use protected instead of private in native search [ticket/11048] remove @access from all docblocks [ticket/11048] use protected instead of private in mysql fulltext [ticket/11048] use protected instead of private in sphinx [ticket/11048] add access specifiers to phpbb native search properties [ticket/11048] add access specifiers to sphinx search [ticket/11048] add access specifiers to phpbb native search [ticket/11048] add access specifiers to mysql search [ticket/11048] add access specifiers to pgsql search
| * [ticket/11048] use protected instead of private in pgsql fulltextDhruv2012-08-141-10/+10
| | | | | | | | PHPBB3-11048
| * [ticket/11048] use protected instead of private in native searchDhruv2012-08-141-11/+11
| | | | | | | | PHPBB3-11048
| * [ticket/11048] remove @access from all docblocksDhruv2012-08-141-10/+0
| | | | | | | | PHPBB3-11048
| * [ticket/11048] use protected instead of private in mysql fulltextDhruv2012-08-141-6/+6
| | | | | | | | PHPBB3-11048
| * [ticket/11048] use protected instead of private in sphinxDhruv2012-08-141-16/+16
| | | | | | | | PHPBB3-11048
| * [ticket/11048] add access specifiers to phpbb native search propertiesDhruv2012-08-101-8/+8
| | | | | | | | PHPBB3-11048
| * [ticket/11048] add access specifiers to sphinx searchDhruv2012-08-101-44/+14
| | | | | | | | PHPBB3-11048
| * [ticket/11048] add access specifiers to phpbb native searchDhruv2012-08-101-13/+13
| | | | | | | | PHPBB3-11048
| * [ticket/11048] add access specifiers to mysql searchDhruv2012-08-101-44/+14
| | | | | | | | PHPBB3-11048
| * [ticket/11048] add access specifiers to pgsql searchDhruv2012-08-101-46/+14
| | | | | | | | PHPBB3-11048
* | [ticket/11032] sphinx retries before triggering errorDhruv2012-08-111-9/+9
| | | | | | | | | | | | Sphinx connection retries should be done before error is triggered. PHPBB3-11032
* | [ticket/11032] trigger error in case search failsDhruv2012-08-101-0/+8
|/ | | | | | | Admins are shown actual error while users are shown a search failed error in case sphinx search fails. PHPBB3-11032
* Merge PR #916 branch 'dhruvgoel92/ticket/11011' into developOleg Pudeyev2012-08-084-315/+311
|\ | | | | | | | | | | | | | | | | | | | | | | | | * dhruvgoel92/ticket/11011: [ticket/11011] rename property phpEx to php_ext [ticket/11011] pass $auth to search backend constructor [ticket/11011] remove global keyword from sphinx [ticket/11011] pass global variables in construct [ticket/11011] passing global variables [ticket/11011] remove global keyword in native search [ticket/11011] remove global keyword in pgsql search [ticket/11011] global variables as constructor parameters [ticket/11011] add access specifiers and docblocks
| * [ticket/11011] rename property phpEx to php_extDhruv2012-08-082-9/+9
| | | | | | | | PHPBB3-11011
| * [ticket/11011] pass $auth to search backend constructorDhruv2012-08-084-4/+4
| | | | | | | | | | | | | | $auth global var is passed to search backend constructor, as it is used by sphinx backend. PHPBB3-11011