Outline ·
[ Standard ] ·
Linear+
Search improvements
|
TSwKkaY
|
Jun 9 2007, 09:51 AM, updated 19y ago
|
misutā supākoru
|
Improvements have been made to the search engine: - Changed fulltext indexer from MySQL to Sphinx, using Prolag's Sphinx IPB mod. Results can be obtained much faster and without slowing everyone else down, while being as reliable or better as the previous method. We hope  - Word length cutoff reduced to 2 (from 3) - Search cooldown period reduced to 10 seconds (from 15) Please let us know through the feedback forum if you encounter any difficulties. Cheers
|
|
|
|
|
|
TSwKkaY
|
Jun 9 2007, 10:11 AM
|
misutā supākoru
|
Some search operators for your reference: - explicit operator AND: hello & world
- operator OR: hello | world
- operator NOT: hello -world hello !world
- grouping: ( hello world )
- phrase search operator: "hello world"
- proximity search operator: "hello world"~10
|
|
|
|
|