This commit is contained in:
David Eisinger
2024-11-08 14:43:19 -05:00
parent 6d08d6fd92
commit bcc2631f69
7 changed files with 7 additions and 7 deletions

View File

@@ -9,7 +9,7 @@ I don't usually write complex search systems, but when I do, I reach
for [Solr](http://lucene.apache.org/solr/) and the awesome
[Sunspot](http://sunspot.github.io/) gem. I pulled them into a recent
client project, and while Sunspot makes it a breeze to define your
search indicies and queries, its testing philosophy can best be
search indices and queries, its testing philosophy can best be
described as "figure it out yourself, smartypants."
I found a [seven-year old code