aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/search.php
Commit message (Collapse)AuthorAgeFilesLines
* Moved to a nicer area of townPaul S. Owen2002-03-181-480/+0
| | | | git-svn-id: file:///svn/phpbb/trunk@2324 89ea8834-ac86-4346-8a33-228a782c2dd0
* mssql-odbc doesn't seem to like ignoring the duplicate index (even though ↵Paul S. Owen2002-03-051-2/+1
| | | | | | MSSQL has been told to ... hmm) git-svn-id: file:///svn/phpbb/trunk@2270 89ea8834-ac86-4346-8a33-228a782c2dd0
* Change to count method in word_common ... problem seemed to exist on older ↵Paul S. Owen2002-03-031-1/+1
| | | | | | PHP versions for some reason git-svn-id: file:///svn/phpbb/trunk@2257 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix issues with view posts since last visit, errors on next page, ↵Paul S. Owen2002-02-251-17/+106
| | | | | | re-introduce external stopword list, examine feasibility of stemmer, tidy ups ... git-svn-id: file:///svn/phpbb/trunk@2205 89ea8834-ac86-4346-8a33-228a782c2dd0
* Wasn't updating search match table ... fudged solutionPaul S. Owen2002-02-181-10/+19
| | | | git-svn-id: file:///svn/phpbb/trunk@2190 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix bug #518159Paul S. Owen2002-02-151-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@2164 89ea8834-ac86-4346-8a33-228a782c2dd0
* Should fix error with DB != MSSQL || MySQL bug #517151Paul S. Owen2002-02-141-3/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@2146 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix error in common word updatePaul S. Owen2002-02-121-2/+5
| | | | git-svn-id: file:///svn/phpbb/trunk@2092 89ea8834-ac86-4346-8a33-228a782c2dd0
* Further updates to decrease queries/increase speed ... under MySQL and MSSQL ↵Paul S. Owen2002-02-111-99/+107
| | | | | | ... haven't checked compatibility with other DB's yet ... git-svn-id: file:///svn/phpbb/trunk@2091 89ea8834-ac86-4346-8a33-228a782c2dd0
* Speed up insertion of new words in mssql and mysql ... lets see what this ↵Paul S. Owen2002-02-111-140/+120
| | | | | | breaks since the new post/posting isn't commited yet :) git-svn-id: file:///svn/phpbb/trunk@2076 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix a couple of warning 'generators'Paul S. Owen2002-01-281-4/+8
| | | | git-svn-id: file:///svn/phpbb/trunk@2004 89ea8834-ac86-4346-8a33-228a782c2dd0
* Error with adding search matches, wrong variable being used for insert ... ↵Paul S. Owen2002-01-251-4/+2
| | | | | | select git-svn-id: file:///svn/phpbb/trunk@1953 89ea8834-ac86-4346-8a33-228a782c2dd0
* Various updates to fix problems with large result sets ... code is quite ↵Paul S. Owen2002-01-251-23/+18
| | | | | | messy, will clean up git-svn-id: file:///svn/phpbb/trunk@1938 89ea8834-ac86-4346-8a33-228a782c2dd0
* Simplified routines somewhat and introduced title searchingPaul S. Owen2002-01-141-280/+153
| | | | git-svn-id: file:///svn/phpbb/trunk@1868 89ea8834-ac86-4346-8a33-228a782c2dd0
* Moved all search functions to includes/search.php Paul; please reviewBart van Bragt2002-01-031-0/+523
git-svn-id: file:///svn/phpbb/trunk@1781 89ea8834-ac86-4346-8a33-228a782c2dd0