Page 1 of 1

can't see new hot sauce added in Admin

Posted: Thu Sep 18, 2014 1:22 pm
by josephmak
So in the Admin tool, I added a new hot sauce, added my own image... assigned a url, all worked fine. The url /hot-sauces/joe showed the fine new hot sauce.
I did assign it to the hot sauce category. The database table blc_product has the new row added. All looking good on the database...

But the hot sauce page still shows 19 products (I didn't see the new product)

I think once upon a time i did see 20 products (and see my new product) after a long wait, but that isn't so reproducible...

Is it because some sort of cache? But not so likely because if I change the description of any existing product in admin it would reflect immediately on the site. (if I restart the site the new product will be gone because I have create-drop now)

I have same problem of not seeing new subcategories added. (I did tweak nav.html to show sub-categories)

So the question is: is it just me? How can I add a new product in admin and have it reflected in the site?

Re: can't see new hot sauce added in Admin

Posted: Thu Sep 18, 2014 10:18 pm
by josephmak
So I am probably facing the same issue as this post: viewtopic.php?f=14&t=3257
(But I have a more powerful machine than a rasperberry pi.... likely I have a solr indexing problem).

Is there any way to trigger a solr indexing so products show up?

Re: can't see new hot sauce added in Admin

Posted: Fri Sep 19, 2014 10:55 am
by josephmak
found a solr setting in common.properties that makes it 1 hour:
solr.index.repeat.interval=3600000

(I am answering my own questions... it is sad that this forum isn't so active)

Re: can't see new hot sauce added in Admin

Posted: Mon Oct 20, 2014 1:16 pm
by quangpld
I've faced the same issue and changing the solr.index.repeat.interval property as you describe can solve this problem.
Thanks for your solution @josephmak.

Re: can't see new hot sauce added in Admin

Posted: Tue May 26, 2015 11:57 pm
by phillipuniverse
@noopuraspire what did you change solr.index.repeat.interval to?