Hi i am trying to setup search result with cck field sortable.
I have luceneapi and luceneapi_cck installed and enabled.
I have a content type called product with fields of the following:
--name------type--------machine_name
--power---textfield----field_product_power
--weight---integer-----field_product_weight
I have the following setup in the admin/settings/luceneapi_node/cck
Power--Unstored--Exposed as sortable field--yes
Weight--keyword--Exposed as sortable field--yes
The sortable block is enabled.
But when I run a search and click the Search Result By section links, all sorting fields are working except these cck field. They just give me error
Wrong field name. Error thrown in /[path-to-drupal]/sites/all/modules/luceneapi/lib/Zend/Search/Lucene.php on line 969.
Any idea how to do it?
Thx.
Leon
Comments
Comment #1
bilvanisli commentedi have same problem too. Any solution?
Comment #2
cpliakas commentedThanks for posting. This is more of a Search Lucene CCK bug, so an issue should be opened there. Let me try to replicate this on my local environment.
Thanks for posting,
Chris
Comment #3
cpliakas commentedClosing here, because I think it is a Search Lucene CCK issue.