aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/search
Commit message (Expand)AuthorAgeFilesLines
* [ticket/11438] Add spaces after # comment start and before \ line breaksJoas Schilling2013-03-162-4/+4
* [ticket/11438] Add helpful comments from sample config to ACP outputJoas Schilling2013-03-151-3/+3
* [ticket/11179] remove extra & in function callDhruv2013-02-191-1/+1
* [ticket/11179] correct start parameter in sphinx searchDhruv2013-02-191-3/+20
* [ticket/11179] correct start parameter in native author searchDhruv2013-02-191-5/+18
* [ticket/11179] correct start parameter in native keyword searchDhruv2013-02-191-9/+19
* [ticket/11179] fix success query path for postgresDhruv2013-02-191-16/+16
* [ticket/11179] fix success query path for mysqlDhruv2013-02-191-16/+16
* [ticket/11179] minor fixesDhruv2013-02-192-1/+3
* [ticket/11179] pass start param by reference in postgresDhruv2013-02-191-2/+2
* [ticket/11179] correct start param in author search of postgresDhruv2013-02-191-0/+19
* [ticket/11179] correct start parameter in psql keyword searchDhruv2013-02-191-5/+20
* [ticket/11179] pass start param by reference in author searchDhruv2013-02-191-2/+2
* [ticket/11179] correct start parameter for author searchDhruv2013-02-191-2/+21
* [ticket/11179] use FOUND_ROWS query to re-search with changed start paramDhruv2013-02-191-38/+22
* [ticket/11179] pass start parameter by referenceDhruv2013-02-192-2/+2
* [ticket/11179] correct the start parameter while retrieving from cacheDhruv2013-02-191-1/+13
* [ticket/11179] add search query in case initial one failsDhruv2013-02-191-2/+32
* [ticket/11359] html escape sphinx config dataDhruv2013-02-181-1/+1
* [ticket/11359] add id attribute to textareaDhruv2013-02-181-1/+1
* [ticket/11359] close spanDhruv2013-02-181-1/+1
* [ticket/11188] Reduce waste.Oleg Pudeyev2012-12-301-6/+8
* [ticket/11188] add result count query for author searchDhruv2012-12-301-1/+33
* [ticket/11188] add count query to postgres searchDhruv2012-12-301-1/+10
* [ticket/11273] Add space before MiB to Sphinx "Indexer memory limit" input box.Andreas Fischer2012-12-151-1/+1
* 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