kinland / cse403-wi11-wikimap

Automatically exported from code.google.com/p/cse403-wi11-wikimap
0 stars 0 forks source link

Redirect issues in database - plurals do not always redirect #137

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?

We know there are some redirect issues with our database and possibly with the 
data Wikipedia gives us. For example, search for "lightsabers" - no 
relationship data is shown.  A search for "lightsaber" shows relationship data.

Most likely what's happening is that lightsabers is failing to redirect to 
lightsaber, the singular. 

There are likely other redirect issues.  Document them here as they are 
discovered.

Original issue reported on code.google.com by holycrap...@gmail.com on 10 Mar 2011 at 5:26

GoogleCodeExporter commented 8 years ago
It's not so much that they're failing to redirect as the database table doesn't 
have a row with the redirect. In other words, our relation table is incomplete 
for unknown reasons.

Original comment by dylan.ho...@gmail.com on 10 Mar 2011 at 6:56