sheevazz / searchable-behaviour-for-cakephp

Automatically exported from code.google.com/p/searchable-behaviour-for-cakephp
0 stars 0 forks source link

Not Indexing #30

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. created an application form at the front end
2.
3.

What is the expected output? What do you see instead?
should index the form fields... yet in the database i see that they are not 
indexed. also in the back end i have created a search field (which is why im 
posting here), and results are zero (of course, in the database, i get to see 
no indexing as well)... however, there's an existing table called "users" for 
the backend.. i've also assigned behavior for Users to be Searchable... it 
works! indexed completely!... the other table called application_lists (with 
controller and model set to Searchable beavior), is not being indexed! :S.... 

What version of the product are you using? On what operating system?
The backend that im working on is Croogo... Unix

Please provide any additional information below.
i took the advice of the last comment at this issue link: 
http://code.google.com/p/searchable-behaviour-for-cakephp/issues/detail?id=23 i 
thought it would help, but it didn't!.. instead, when i did implement his 
solution, i get an error page upon saving of "application_list", saying 
"undefined index User"... 
the thing is, im NOT adding a user record... :S... im adding an 
application_list record... is this cache, since im searching also user table in 
the backend?!

please, help is much appreciated....
thank you

Original issue reported on code.google.com by avedis.s...@gmail.com on 15 Mar 2011 at 2:26