On Sunday, November 11, 2007, gestadieu wrote:
> I tried also to have some variable (%xxx%) categories like in the
> documentation but what ever I do, I cannot see any categories in the
> 'lucene-about myapp', neither a select box to pick one category in the
> default view.
Hey,
There was a mistake in the README.  It said you had to add a "category" key to 
your search.yml, but in fact you need to add a "categories" key!

It should look like:

models:
  Blog:
    fields:
      title: text
      post: text
    categories: [%category%, Blog]

It's been fixed in SVN and on the wiki.

Carl

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"symfony users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/symfony-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to