Any ideas how to debug it? Why it is returning 7 here too?
for some reason aaf doesn’t get any records from your db. have a look
into your log files, there you should see the sql aaf issues to retrieve
the records.
Jens
–
Jens Krämer
webit! Gesellschaft für neue Medien mbH
Schnorrstraße 76 | 01069 Dresden
Telefon +49 351 46766-0 | Telefax +49 351 46766-66 [email protected] | www.webit.de
Amtsgericht Dresden | HRB 15422
GF Sven Haubold, Hagen Malessa
you can do a “p.total_hits” and get 7… but the results are empty. If
i iterate over the p in this i get no entries.
How do I get to the entries that it found for the search? Am I doing
something wrong?
Looks like Ferret got 7 hits from it’s index, but acts_as_ferret could
not find them in your db. could you please look into development.log for
some relevant output when doing this search on the console ?
Jens
–
webit! Gesellschaft für neue Medien mbH www.webit.de
Dipl.-Wirtschaftsingenieur Jens Krämer [email protected]
Schnorrstraße 76 Tel +49 351 46766 0
D-01069 Dresden Fax +49 351 46766 66
Any ideas how to debug it? Why it is returning 7 here too?
for some reason aaf doesn’t get any records from your db. have a look
into your log files, there you should see the sql aaf issues to retrieve
the records.
I started to work… I did not spot the hang processes that were
indexing my 6000 records.
I killed them, removed the index/ dir, waited for the query to complite
and now it works.
Need to find out how to generate the index on data export, not form web
app
Best regards,
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.