issues
search
it3s
/
meppit
3
stars
1
forks
source link
User tags
#28
Closed
andersoncardoso
closed
10 years ago
andersoncardoso
commented
10 years ago
Add tags abstraction to user
tags use an postgres array column
the
Tag
model is used for indexing and fulltext search (for autocompletion). Use through the
Taggable
concern
Taggable adds
.searchable_tags
method to index any array column
Add tags input component
Simplify js loading to use single file (no more controller specific loading)
Add
pg_search
to use fulltext search with postgresql
Update docs on tagging and search
Tag
model is used for indexing and fulltext search (for autocompletion). Use through theTaggable
concern.searchable_tags
method to index any array columnpg_search
to use fulltext search with postgresql