Umbraco "Find" configuration Options
seb
Posted: Thursday, February 14, 2008 11:15:34 AM

Rank: Devotee

Joined: 1/10/2008
Posts: 75
Location: London
Hi all,

I was wondering if there is any documentation on the "Find" box in the admin interface.
It's working fine on some of my servers, but errors on some others and I don't know why.
When I type a few characters I'm getting a SoapException error.

On servers where it does work, it behaves strangely: it returns some nodes that I have deleted (and trash can been emptied). I've looked directly into the cmsContentXml table but could not find the searched string there neither.

Any thoughts ?

Thanks,

seb

http://www.be-k.net
imayat12
Posted: Thursday, February 14, 2008 11:49:05 AM

Rank: Addict

Joined: 7/19/2006
Posts: 649
Location: Preston, UK
Sebastian,

See here you might need to update one of the js files to make it work. With regards to deleted nodes appearing there is an issue there which has been added to codeplex. Basically the deleting of nodes is not updating the internal index. I made a simple dashboard control with button that makes api call

Code:
umbraco.cms.businesslogic.index.Indexer.ReIndex();


to reindex internal index. You could create it as a page /webservice and set up scheduled task to run daily every couple of hours and that would keep it upto date. Not very clean but it works!

Regards

Ismail

Level 2 certified. If it aint broke dont fix.
seb
Posted: Thursday, February 14, 2008 2:54:31 PM

Rank: Devotee

Joined: 1/10/2008
Posts: 75
Location: London
ok got you, thanks.

will try to do that. I hope it will be fixed as well in the next release.

Cheers,
seb

http://www.be-k.net
Users browsing this topic
Guest


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.