Queries to give new order to searchbar history not working

Talk about add-ons and extension development.
Post Reply
giorgiogio48
Posts: 67
Joined: April 18th, 2007, 7:31 am

Queries to give new order to searchbar history not working

Post by giorgiogio48 »

Hello everybody,
I want to give new order to searchbar history. By aid of Sqlite manager addon. I ran this query with Sqrlite Manager addon but without success:

Code: Select all

SELECT value FROM moz_formhistory WHERE fieldname='searchbar-history' order by lastUsed desc
This query should order entries in searchbar popup by last inserted entries on top.
But nothin appen in searchbar history. The order remain alphabetically sorted.
How can I get success with a query? I tried with Searchbar Autocomplete Order but this addon works just for a while.
Thanks
Post Reply