Hi, I installed the Finder module in a Drupal 7.15.
It works fine after the installation when I puts the entire title of an article.
But when I modify the "Matching" value in Structure > Finder > Content finder > Element > Settings > Results from "Equals" to "Contains", the Finder module still continue to works and finds all articles containing the search word, but it displays this notice message :
Notice: Array to string conversion in finder->find() (line 501 of ...\sites\all\modules\finder\includes\finder.inc).
How can I solve this?
Thanks
Comments
Comment #1
danielb commentedCan you reproduce this with the dev snapshot? I cannot.
Comment #2
Laurent.C commentedHi danielb,
First, thank you for your help.
I still have the same notice message but it is at the line 514 now:
Notice: Array to string conversion in finder->find() (line 514 of ...\sites\all\modules\finder\includes\finder.inc).
Comment #3
danielb commentedI've made some changes which may fix this and committed those, they will appear in the next dev snapshot.
Comment #4
Laurent.C commentedI tested the module on a brand new drupal 7.15 install and I don't have this notice any more.
Thank you for your help danielb.