aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/search
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'upstream/develop' into ticket/11015Oleg Pudeyev2012-12-062-1/+17
|\
| * [ticket/11174] include utf_tools in postgres search backendDhruv2012-11-271-0/+8
| * [ticket/11174] removes unnecessary space from wordDhruv2012-11-271-1/+1
| * [ticket/11174] include utf_tools in mysql backendDhruv2012-11-271-0/+8
* | [ticket/11015] Change more docblocks.Oleg Pudeyev2012-12-044-8/+8
|/
* [ticket/10780] Use L_COLON on search backend ACP pages.Andreas Fischer2012-11-104-13/+13
* Merge PR #1043 branch 'dhruvgoel92/ticket/11177' into developOleg Pudeyev2012-11-091-0/+6
|\
| * [ticket/11177] return no results when query has only negationDhruv2012-11-091-0/+6
* | [ticket/11050] make all properties protected in all search backendsDhruv2012-11-094-10/+10
* | [ticket/11050] get_common_words() returns empty array for sphinxDhruv2012-11-091-2/+2
* | [ticket/11050] fix tidied search query docblock languageDhruv2012-11-094-4/+8
* | [ticket/11050] fix min/max length docblock languageDhruv2012-11-093-3/+3
* | [ticket/11050] multi sentences separated by period in docblocksDhruv2012-11-093-7/+7
* | [ticket/11050] fix separated spelling in docblockDhruv2012-11-091-1/+1
* | [ticket/11050] fix split words doc block languageDhruv2012-11-093-3/+3
* | [ticket/11050] remove class word from docblocksDhruv2012-11-094-15/+15
* | [ticket/11050] add missing @var in native searchDhruv2012-11-091-0/+3
* | [ticket/11050] replace user by phpbb_userDhruv2012-11-094-4/+4
* | [ticket/11050] fix minor comment/docblocks issuesDhruv2012-11-094-22/+22
* | [ticket/11050] add access specifiers to native search propertiesDhruv2012-11-091-3/+58
* | [ticket/11050] fix docblocks with description before @varDhruv2012-11-093-13/+26
* | [ticket/11050] add missing @varDhruv2012-11-091-0/+1
* | [ticket/11050] remove common_words property from sphinxDhruv2012-11-091-7/+0
* | [ticket/11050] add access specifiers to sphinx search propertiesDhruv2012-11-091-2/+75
* | [ticket/11050] add access specifiers to mysql search propertiesDhruv2012-11-091-3/+40
* | [ticket/11050] add access specifiers to pgsql search propertiesDhruv2012-11-091-3/+61
* | [ticket/11174] Started on search tests - keyword splitting.Oleg Pudeyev2012-11-081-0/+4
|/
* Merge PR #956 branch 'dhruvgoel92/ticket/11051' into developOleg Pudeyev2012-10-104-12/+132
|\
| * [ticket/11051] fix spacesDhruv2012-10-081-3/+3
| * [ticket/11051] add get_word_len() in sphinx searchDhruv2012-10-041-0/+10
| * [ticket/11051] add public functions for public propertiesDhruv2012-08-154-12/+122
* | Merge PR #954 branch 'dhruvgoel92/ticket/11032' into developOleg Pudeyev2012-08-181-1/+1
|\ \ | |/ |/|
| * [ticket/11032] fix language of error displayedDhruv2012-08-151-1/+1
* | Merge remote-tracking branch 'dhruvgoel92/ticket/11048' into developAndreas Fischer2012-08-144-197/+95
|\ \ | |/ |/|
| * [ticket/11048] use protected instead of private in pgsql fulltextDhruv2012-08-141-10/+10
| * [ticket/11048] use protected instead of private in native searchDhruv2012-08-141-11/+11
| * [ticket/11048] remove @access from all docblocksDhruv2012-08-141-10/+0
| * [ticket/11048] use protected instead of private in mysql fulltextDhruv2012-08-141-6/+6
| * [ticket/11048] use protected instead of private in sphinxDhruv2012-08-141-16/+16
| * [ticket/11048] add access specifiers to phpbb native search propertiesDhruv2012-08-101-8/+8
| * [ticket/11048] add access specifiers to sphinx searchDhruv2012-08-101-44/+14
| * [ticket/11048] add access specifiers to phpbb native searchDhruv2012-08-101-13/+13
| * [ticket/11048] add access specifiers to mysql searchDhruv2012-08-101-44/+14
| * [ticket/11048] add access specifiers to pgsql searchDhruv2012-08-101-46/+14
* | [ticket/11032] sphinx retries before triggering errorDhruv2012-08-111-9/+9
* | [ticket/11032] trigger error in case search failsDhruv2012-08-101-0/+8
|/
* Merge PR #916 branch 'dhruvgoel92/ticket/11011' into developOleg Pudeyev2012-08-084-315/+311
|\
| * [ticket/11011] rename property phpEx to php_extDhruv2012-08-082-9/+9
| * [ticket/11011] pass $auth to search backend constructorDhruv2012-08-084-4/+4
| * [ticket/11011] remove global keyword from sphinxDhruv2012-07-281-7/+6