# File lib/couchrest/database.rb, line 296 def fti(name, params={}) # -> http://localhost:5984/yourdb/_fti/YourDesign/by_name?include_docs=true&q=plop*' view("_fti/#{name}", params) end