Take the 2008 Git User's Survey and help out! [ hide ]

public
Fork of frabcus/acts_as_xapian
Description: Xapian full text search plugin for Ruby on Rails
Homepage: http://github.com/frabcus/acts_as_xapian/wikis
Clone URL: git://github.com/boone/acts_as_xapian.git
Search Repo:
'number' -> 'identifier' for doc consistency
boone (author)
Sun May 18 06:40:10 -0700 2008
commit  f336f05756a9102aeb9ddd88259fce8f04a82be5
tree    888e79885e47ce51bb4ae83f3e892b318e3e34a0
parent  c12d4efa9725e6cb02471300ace6276e25b7eb9c
...
111
112
113
114
 
115
116
117
...
111
112
113
 
114
115
116
117
0
@@ -111,7 +111,7 @@ triple of [ field, char, prefix ] where
0
 e.g. :terms => [ [ :variety, 'V', "variety" ] ]
0
         
0
 A 'field' is a symbol referring to either an attribute or a function which
0
-returns the text, date or number to index. Both 'number' and 'char' must be
0
+returns the text, date or number to index. Both 'identifier' and 'char' must be
0
 the same for the same prefix in different models.
0
 
0
 Alternatively,

Comments

    No one has commented yet.