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

danielb’s picture

Status: Active » Postponed (maintainer needs more info)

Can you reproduce this with the dev snapshot? I cannot.

Laurent.C’s picture

Version: 7.x-2.0-rc2 » 7.x-2.x-dev
Status: Postponed (maintainer needs more info) » Active

Hi 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).

danielb’s picture

Status: Active » Needs review

I've made some changes which may fix this and committed those, they will appear in the next dev snapshot.

Laurent.C’s picture

Version: 7.x-2.x-dev » 7.x-2.0-rc2
Status: Needs review » Fixed

I 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.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.