Page 1 of 1

Updating Search Settings with a query

Posted: Mon Dec 13, 2010 9:51 am
by andrea.schneider
Hi
I would like to update all our profiles max URL length SearchSetting.
I've used this query:

"update options set String=100 where Name='SSc_titlelen'"

but it doesn't change the value if I look into it over the Web interface. I assume my query doesn't support the "Apply Appearance" feature of the Web interface.

Could you please help...?
Thanks

By the way, your Christmas message on the Support webpage has old data :-)

Updating Search Settings with a query

Posted: Mon Dec 13, 2010 10:47 am
by mark
You've updated the live settings. The interface shows the test settings.

To update the live and test settings you need to

"update options set String=100 where Name='SSc_titlelen' or Name='SSc_ttitlelen'"

Updating Search Settings with a query

Posted: Mon Dec 13, 2010 10:49 am
by mark
The years on the holiday notice have been fixed. The rest was correct. Thanks for the heads up.

Updating Search Settings with a query

Posted: Tue Dec 14, 2010 12:30 am
by andrea.schneider
thanks...