CottageLabs / idfind

An identifier identifier
1 stars 0 forks source link

Wrong default value indexed in ES for url_prefix in importer.py #5

Closed emanuil-tolev closed 12 years ago

emanuil-tolev commented 12 years ago

If the user supplies no URL prefix on the form at all, then the request processing code:

  1. adds a slash (to the nothing the user supplied) = '/'
  2. adds 'http://' to the front of the url prefix (so http:///)

This is then indexed as such into ES. I was sure I worked on that bug, but perhaps only thought about it. Will fix as soon as I can. (I believe it should not index any values for url_prefix if nothing is supplied by the user.)

emanuil-tolev commented 12 years ago

Done in 2d4417c