Hi there,
thanks a lot for this awesome module.
However, the taxonomy facets index doesn't refresh automatically on my site.
After creating a new node with the appropriate taxonomy terms, it won't show in faceted search.
Running cron.php manually doesn't solve this issue.
The only way to get new nodes to show is
a) running the taxonomy facets index manually from the configuration screen
(admin/settings/faceted_search/taxonomy_facets/rebuild) or
b) edit this node again and save it.
Can someone give me a hint what is wrong here?
Thanks in advance,
sweenyy
| Comment | File | Size | Author |
|---|---|---|---|
| #7 | taxonomy-facets-index-288996-6.patch | 807 bytes | David Lesieur |
Comments
Comment #1
xillus commentedConfirm.
I have the some problem!
When I create a node with a Geriarchical Taxonomy, taxonomy facets index doesn't rebuild automatically.
Thanks.
Andrea
Comment #2
sdowney2002 commentedI'm experiencing a similar problem. However, rebuilding the taxonomy facets index manually doesn't solve this problem for me. The only thing that updates the index is if I edit the node and submit it (a second time).
I don't think this is a bug - rather, I've inadvertently changed a setting elsewhere that's causing this problem to appear. Any clues to point me in the right direction are greatly appreciated!
Steve D.
Comment #3
S2eve commentedYeah same with me. any solutions?
Comment #4
David Lesieur commentedAre you experiencing this with Drupal 5 as originally reported?
Comment #5
S2eve commentedwith drupal 6
Comment #6
jeetendra commentedits not a bug , if i add vocabullary first and then assign term to nodes and after that i add that taxonomy to faceted search it will not show because index in not done yet if i edit node then save again it will display due to hook_nodeapi function which update index , and another option is goto "admin/settings/faceted_search/taxonomy_facets" path and "rebuild the Taxonomy Facets index".
thanks for this excellent module
Comment #7
David Lesieur commented@jeetendra chauhan: Thanks to your detailed steps, I was able to reproduce the bug and fix it. Committed!