Registry / database / acts-as-indexed

acts-as-indexed

JSON →
library0.9.0rbrubygemsunverified

A plugin providing a pain-free way to add fulltext search to your Ruby on Rails app.

gem install acts_as_indexed
INSTALL
IMPORT
SIG · ACTS-AS-INDEXED
A
acts-as-indexed
databaserubyv0.9.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

ActsAsIndexed
require 'acts_as_indexed'

Add fulltext search to a Rails model

require 'acts_as_indexed' class Post < ActiveRecord::Base acts_as_indexed :fields => [:title, :body] end
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.9.0latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
40 hits · last 30 days
node
36
OpenAI (training)
1
Resources
acts-as-indexed — gem install acts-as-indexed · libregistry