ashishkranjan / dabr

Automatically exported from code.google.com/p/dabr
0 stars 0 forks source link

Add an easy way to change search_favorite #61

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What would you like dabr to do?
able to change search_favorite, so I can adjust my favorite search instead
of re-type the query string

How would you prefer dabr to do it?
I prefer this way:
in function twitter_search_page():

$search_query = isset($_GET['query']) ? $_GET['query'] :
$_COOKIE['search_favourite'];

This should be the easiest way to implement this feature.

Original issue reported on code.google.com by cnye...@gmail.com on 24 Aug 2009 at 5:32

GoogleCodeExporter commented 9 years ago
This is counter-productive for many phones/users. I for example use quite a long
default search. If I want to search for something else then Id waste time 
having to
delete that whole string.

Original comment by david.carrington on 26 Aug 2009 at 11:11

GoogleCodeExporter commented 9 years ago
Well...I didn't thought about your situation...

In Opera Mobile, if you focus on an input field, the text in the field will be
selected, you only need to press the 'C' key to delete it...

Original comment by cnye...@gmail.com on 26 Aug 2009 at 11:16