hi,
i would like to know if the sfLucene plugin can handle foreign keys,
if not have i to create my methods?
This is the scenario:
I have a products table that has two fields that are foreign keys(
categories and charachters), so i'd like to search a character name
and a category name, the results should be the product that obviously
has the character name and the category name searched.
this is my search.yml:
MyIndex:
models:
Prodotti:
route: @product?isbnProduct=%Isbn%
fields:
nameproduct: text
Isbn: text
desc: text
categoryId: text
characterId: text
index:
cultures: [es_US, it_IT]
short_words: 2
case_sensitive: off
but i can get the results i want..
thanks
cirpo
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---