LinuxTVWiki:Searching: Difference between revisions

From LinuxTVWiki
Jump to navigation Jump to search
m (1 revision)
m (minor update to message)
 
(One intermediate revision 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.