]> git.openstreetmap.org Git - rails.git/commit
Reenable the note search API
authorTom Hughes <tom@compton.nu>
Wed, 15 Jan 2014 19:58:58 +0000 (19:58 +0000)
committerTom Hughes <tom@compton.nu>
Wed, 15 Jan 2014 19:58:58 +0000 (19:58 +0000)
commit45618726efd410f721d3406b341533168ced6f11
tree90cad73f627a9e0d9b601c1444f93d54ee9f9c5f
parenta4561fe89b9a899a8c4e1bae3434f3e2b445d269
Reenable the note search API

Add a postgress freetext index on the note comments, and enable
note searching using freetext matching.
app/controllers/notes_controller.rb
db/migrate/20140115192822_add_text_index_to_note_comments.rb [new file with mode: 0644]
db/structure.sql
lib/migrate.rb
test/functional/notes_controller_test.rb