search for: searchgenerator

Displaying 13 results from an estimated 13 matches for "searchgenerator".

2006 Feb 17
0
SearchGenerator: Results list duplication
Hello all, I''ve installed the SearchGenerator from here (http://wiki.rubyonrails.org/rails/pages/SearchGenerator) and have it up and running perfectly when I only have one field in the make_searchable list. When I add a second field to the make_searchable list I get some strange behavior, my results list now displays each result twice. H...
2006 May 22
0
Need help with searchgenerator
Hi, I installed rails searchgenerator. When i run ''ruby script/generate search Search --inspect'' to check the models that are searchable, it returns none. I''ve about 9 models in my application. Why is none of the models searchable? I did work when i run ''ruby script/generate search Search --inspect...
2006 Jan 11
0
Partial View with SearchGenerator - HELP.
Has anyone here used the SearchGenerator? I''m having trouble setting up the "Partial" view, the documentation makes me think a Partial template is included, but I don''t see one. I have the search index and generic view file. Anyone have the code that is in partial view? Or how to set it up? I''d like...
2006 Jan 30
0
SearchGenerator Question..
...ite nicely (in my opinion of course). I''m using instantrails (on win xp sp2), and took the example cookbook and modified to to make it my very own! I''ve successfully added the login generator, and that works quite nicely (for my needs). I''m now attempting to add in the searchgenerator. I do have it working, and it actually spits out a result based on my search. However.. I''m trying to modify the "look" of it, and for some reason it''s not seeing my newly created partial "_recipe.rhtml". I have this file in views\search. When I do a search...
2006 Jun 08
0
Question about searchgenerator
Hi, I am using the search generator in my application. How do i incorporate this to the application when i deployed it on a host since i can''t install simplesearch via gem on the server? I tried unpacking the gem on my local machine. I got the folder SimpleSearch-0.5.0 and i added it to the vendor directoy of rails. I also added ''require_gem simplesearch'' to the
2006 Jan 10
13
# of entrys in different months
right now im writing a weblog as my first project in rails. Most tings seems to be working great :), but there is (a least) one thing left i can''t figure out how to do. As most weblogs i would like to have an archive, whick looks like this: January 2006 (42) December 2005 (60) November 2005 (2) October 2005 (101) September 2005 (4) August 2005 (2) July 2005 (101010) where (x) is the
2005 Dec 21
1
Active Search
Issue: I am trying to get a good quality search capability across our site. I ran across ActiveSearch (http://julik.textdriven.com/svn/tools/rails_plugins/simple_search/) which seems to be a better solution for us than SimpleSearch (and SearchGenerator) as it is more than just word based. However, I am unable to get the project built and being fairly new to Ruby / Rails I''m a little at a loss. My first choice would be a magic gem install (if it exists), but if I really need to build it on my own I am up to the task. My issue right now is...
2007 Dec 31
1
Yum breaks after updating to CentOS 4.6
...;, line 102, in main result, resultmsgs = do() File "/usr/share/yum-cli/cli.py", line 545, in doCommands return self.search() File "/usr/share/yum-cli/cli.py", line 1129, in search for (po, matched_value) in matching: File "__init__.py", line 1157, in searchGenerator File "sqlitesack.py", line 52, in returnSimple File "sqlitesack.py", line 273, in getPackageDetails File "sqlitesack.py", line 403, in db2class File "/var/tmp/python-sqlite-root//usr/lib/python2.3/site-packages/sqlite/main.py", line 97, in __getattr__...
2006 Mar 31
7
Recommended search library?
...arch capability to my app, so I thought I''d ask: Anyone have any recommendations for a good Rails search library/plugin/etc? There seem to be quite a few different ones out there, but I don''t have much context on any of them. What is the difference between using Ferret, or a SearchGenerator, SimpleSearch, etc? Thanks! Jeff -- Posted via http://www.ruby-forum.com/.
2006 May 22
0
Searchable models
Hi, I installed rails searchgenerator. When i run ''ruby script/generate search Search --inspect'' to check the models that are searchable, it returns none. I''ve about 9 models in my application. Why is none of the models searchable? Thanks, Adi. -- Posted via http://www.ruby-forum.com/.
2006 Mar 14
0
Trouble running script/indexer at Dreamhost
Heyo -- I''m trying to use SearchGenerator/SimpleSearch at Dreamhost, and I have only one problem. When I run "script/indexer", it runs too long and is killed off by procwatch. So far I have tried: * Reducing the number of indexed models/fields * "nice"-ing the script to 19 * Running the script offpeak (12-3am PST)...
2006 Jan 30
0
Making sense of all the search options
...I''d love to use a find_by_first_name() finder, but these are all "like" searches, which isn''t supported in that fashion. This all ends up looking pretty ugly in the code. So, on to some gems and other add-ons. * Ferret looks awesome, but overkill for this purpose. * SearchGenerator might do it, but all I need is a finder to feed a collection, not views and layouts. * ActiveSearch looks like the thing, but I''ve heard little about it, so I''m not sure it''s still valid. I''ll play with all of these to get a feel, but if anyone has any thoughts...
2009 Oct 30
3
Problem YUM Centos 5
..."/usr/share/yum-cli/yumcommands.py", line 554, in doCommand return base.search(extcmds) File "/usr/share/yum-cli/cli.py", line 691, in search for (po, keys, matched_value) in matching: File "/usr/lib/python2.4/site-packages/yum/__init__.py", line 1593, in searchGenerator for sack in self.pkgSack.sacks.values(): File "/usr/lib/python2.4/site-packages/yum/__init__.py", line 591, in <lambda> pkgSack = property(fget=lambda self: self._getSacks(), File "/usr/lib/python2.4/site-packages/yum/__init__.py", line 434, in _getSacks...