Open shin10kudev opened 7 years ago
search currently looks for exact or partial match.
'bubblesort' and 'bubble sort' should return 'bubble sort'
Seems like implementing elastic search should be an easy solution:
https://www.sitepoint.com/full-text-search-rails-elasticsearch/
search currently looks for exact or partial match.
'bubblesort' and 'bubble sort' should return 'bubble sort'