[Radiant] search custom extension

2010-08-02 Thread sethg
I am new to radiant, I have been doing some rails programming for a
several months now -- I found rails did exactlywhat I needed but after
going through the rigem-aroll of making my own CMS in ROR it just
seemed that Radiant had everything and more.

SO my question is I have made my own extension --  I have downloaded
the queen example at:

I have gotten it working at localhost:3000/queens/

I have also downloaded the search extension, I was wondering what I
would put in the search extension in order to search the queens model
too.

http://github.com/banane/queen

It seems that the search only searches the table thru radiant and not
made in the extension.

Please assist, this issue will make or break my use of radiant, i am
thinking that I could essentially build a database of videos in
radiant using custom extensions -- only if i can get the search to
work in Radiant -- so it searches items that are in my custom table
too.

thx!

-Seth


[Radiant] Re: search custom extension

2010-08-03 Thread sethg
Josh -- thanks for responding -- this is the search -- it seemed like
the simplest one to use.

= Search

   Ported by: Sean Cribbs
 Version: 0.1
 Description: A port of Oliver Baltzer's search behavior, with removal
of the
  live-preview options.

thx,

sg




On Aug 3, 9:27 am, Josh French j...@digitalpulp.com wrote:
 On Aug 2, 2010, at 9:21 PM, sethg wrote:

  I have also downloaded the search extension, I was wondering what I
  would put in the search extension in order to search the queens model
  too.

 Which search extension? There are a few.

 - - - - - - - - - - - - - - - - - - - - - - -
 Josh French
 Senior Engineer, Digital Pulp
 j...@digitalpulp.com // 212.679.0676 x230


[Radiant] problem with search -- acts_as_solr - please assist.

2010-08-04 Thread sethg
I added acts_as_solr extension for radiant -- I followed the
directions. I also added the acts_as_solr plgin for rails.

now when I add a page I get:


NoMethodError (undefined method `keywords' for #Page:0x10abcb640):
  radiant (0.9.1) app/controllers/admin/resource_controller.rb:64:in
`create'
  radiant (0.9.1) vendor/plugins/haml/rails/./lib/sass/plugin/rails.rb:
20:in `process'

Rendered rescues/_trace (231.0ms)
Rendered rescues/_request_and_response (0.8ms)
Rendering rescues/layout (internal_server_error)

Can anyone help me out? i really want to get search working in
Radiant, otherwise I 'll have to opt for something else.

When I do localhost:3000/search
I don't get any results for anything.

yes -- I started the solr server and can see in my terminal that it is
working.

Any help what so ever would be helpful.

Radiant is perfect for all else.

thx,

Seth