a thoughtful web.
Good ideas and conversation. No ads, no tracking.   Login or Take a Tour!
comment by forwardslash
forwardslash  ·  3436 days ago  ·  link  ·    ·  parent  ·  post: Search Testing

There was a uri-encoding issue that seemed to mess up a lot of the results, so now we at least return more than one result for queries such as "mead". I'll work on adding literal searching and perhaps removing common articles next.





tehstone  ·  3435 days ago  ·  link  ·  

Ah yes uri encoding. Had a bug the other day where searching for anything with the plus symbol caused problems. Turned out the plus symbols were getting dropped by the decode. Took hours to debug though.