Updating Search Settings with a query

Post Reply
andrea.schneider
Posts: 21
Joined: Fri Dec 04, 2009 8:38 am

Updating Search Settings with a query

Post 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 :-)
User avatar
mark
Site Admin
Posts: 5514
Joined: Tue Apr 25, 2000 6:56 pm

Updating Search Settings with a query

Post 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'"
User avatar
mark
Site Admin
Posts: 5514
Joined: Tue Apr 25, 2000 6:56 pm

Updating Search Settings with a query

Post by mark »

The years on the holiday notice have been fixed. The rest was correct. Thanks for the heads up.
andrea.schneider
Posts: 21
Joined: Fri Dec 04, 2009 8:38 am

Updating Search Settings with a query

Post by andrea.schneider »

thanks...
Post Reply