LinuxTVWiki:Searching: Difference between revisions

From LinuxTVWiki
Jump to navigation Jump to search
No edit summary
 
m (minor update to message)
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
The MediaWiki that runs V4L wiki uses the MySQL database for searches.
The MediaWiki software that runs the V4L-DVB wiki uses the MySQL database for searches.


MySQL has a default minimum length of four letters for words to be indexed and thus searchable; cf.
MySQL has a default minimum length of four letters for words to be indexed and thus searchable; cf.

Latest revision as of 19:15, 30 August 2009

The MediaWiki software that runs the V4L-DVB wiki uses the MySQL database for searches.

MySQL has a default minimum length of four letters for words to be indexed and thus searchable; cf. Fine-Tuning MySQL Full-Text Search.

This means that strings like PAL and PAL-N are unfortunately not searchable terms, as they are not indexed.