Sha256: ede4a4eb87ea75dd0a32416b9262fc7d20277b31111d1d6f0340bd8f913ebaf4
Contents?: true
Size: 320 Bytes
Versions: 7
Compression:
Stored size: 320 Bytes
Contents
class PostsSearcher < ApplicationSearcher schema.column :title, { type: "ShortText", index: true, index_type: :full_text_search, } schema.column :body, { type: "Text", index: true, index_type: :full_text_search, } schema.column :updated_at, { type: "Time", index: true, } end
Version data entries
7 entries across 7 versions & 1 rubygems