[0.10.0] LazyDoc#fields does not return symbols

Hi again,

fields() method of Ferret::Index::LazyDoc return an array of integer
(maybe the integer of the symbol? I don’t know) instead of symbols as
explained in the doc :

http://ferret.davebalmain.com/api_0.10.0/classes/Ferret/Index/LazyDoc.html#M000042

Any ideas ?

On 8/25/06, Florent S. [email protected] wrote:

Hi again,

fields() method of Ferret::Index::LazyDoc return an array of integer
(maybe the integer of the symbol? I don’t know) instead of symbols as
explained in the doc :

http://ferret.davebalmain.com/api_0.10.0/classes/Ferret/Index/LazyDoc.html#M000042

Any ideas ?

Yep. It’s a bug. Just fixed it.

David B. wrote:

On 8/25/06, Florent S. [email protected] wrote:

Hi again,

fields() method of Ferret::Index::LazyDoc return an array of integer
(maybe the integer of the symbol? I don’t know) instead of symbols as
explained in the doc :

http://ferret.davebalmain.com/api_0.10.0/classes/Ferret/Index/LazyDoc.html#M000042

Any ideas ?

Yep. It’s a bug. Just fixed it.

Thanks.