Things that a wiki search won't find: Difference between revisions

From CCMDB Wiki
Jump to navigation Jump to search
Created page with "When you search the wiki for some words like "and", "other" or "once", even if there are pages with those words they will not be found. For a list of applicable words, see h..."
 
m Text replacement - "Wiki Usage" to "Wiki use"
Line 11: Line 11:
If you know a page exists, but the only content you can remember to search for are stopwords, then open the list of all pages ([[Special:AllPages]]) and search inside the list with ctrl-f on your keyboard.
If you know a page exists, but the only content you can remember to search for are stopwords, then open the list of all pages ([[Special:AllPages]]) and search inside the list with ctrl-f on your keyboard.


[[Category:Wiki Usage]]
[[Category:Wiki use]]

Revision as of 12:06, 27 September 2018

When you search the wiki for some words like "and", "other" or "once", even if there are pages with those words they will not be found.

For a list of applicable words, see https://dev.mysql.com/doc/refman/8.0/en/fulltext-stopwords.html#fulltext-stopwords-stopwords-for-myisam-search-indexes

The reason is deep in how the database that supports mediawiki works. In other words, it's the nature of the beast.

work-around to make pages searchable

Create a Redirect page for specific, likely to be searched for pages.

work-around to find pages with stopwords

If you know a page exists, but the only content you can remember to search for are stopwords, then open the list of all pages (Special:AllPages) and search inside the list with ctrl-f on your keyboard.