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

CommentFileSizeAuthor
#7 taxonomy-facets-index-288996-6.patch807 bytesDavid Lesieur

Comments

xillus’s picture

Version: 5.x-1.0-beta4 » 5.x-1.x-dev
Category: support » bug

Confirm.
I have the some problem!
When I create a node with a Geriarchical Taxonomy, taxonomy facets index doesn't rebuild automatically.
Thanks.

Andrea

sdowney2002’s picture

Category: bug » support

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

S2eve’s picture

Yeah same with me. any solutions?

David Lesieur’s picture

Are you experiencing this with Drupal 5 as originally reported?

S2eve’s picture

with drupal 6

jeetendra’s picture

Version: 5.x-1.x-dev » 6.x-1.0-beta2
Category: support » bug

its 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

David Lesieur’s picture

Status: Active » Fixed
StatusFileSize
new807 bytes

@jeetendra chauhan: Thanks to your detailed steps, I was able to reproduce the bug and fix it. Committed!

Status: Fixed » Closed (fixed)

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