Reply
Thread Tools
acou's Avatar
Posts: 136 | Thanked: 72 times | Joined on Jan 2010
#1
This looks like an utterly dumb question to me, but i couldn't find the search function yet. Does it even exist?
 
Posts: 3,617 | Thanked: 2,412 times | Joined on Nov 2009 @ Cambridge, UK
#2
Originally Posted by acou View Post
This looks like an utterly dumb question to me, but i couldn't find the search function yet. Does it even exist?
I don't think so, no. I think I saw a new search app going into extras-devel the other day though - the usual warnings apply of course (may brick your phone, kill kittens, etc).
 

The Following User Says Thank You to Rob1n For This Useful Post:
acou's Avatar
Posts: 136 | Thanked: 72 times | Joined on Jan 2010
#3
Wow, that's kinda weird for a 32 + x gb mobile computer, isn't it.
 
qwerty12's Avatar
Posts: 4,274 | Thanked: 5,358 times | Joined on Sep 2007 @ Looking at y'all and sighing
#4
 

The Following 4 Users Say Thank You to qwerty12 For This Useful Post:
schettj's Avatar
Posts: 501 | Thanked: 292 times | Joined on Nov 2009
#5
does find work from the shell? That would be the linux way.
 
Posts: 3,617 | Thanked: 2,412 times | Joined on Nov 2009 @ Cambridge, UK
#6
Originally Posted by schettj View Post
does find work from the shell? That would be the linux way.
There's a tracker-search command, but that currently always returns zero results for me. I've just filed a bug report for that - if you find the same thing, then please vote for the bug.
 
Posts: 77 | Thanked: 39 times | Joined on Dec 2009 @ Bracknell, UK
#7
Originally Posted by schettj View Post
does find work from the shell? That would be the linux way.
You mean the 'find' command through X Terminal? Yes, it works. I use the following command in X Terminal to search all my mp3 files
find . -name *.mp3 -print
 
Posts: 77 | Thanked: 39 times | Joined on Dec 2009 @ Bracknell, UK
#8
Originally Posted by Rob1n View Post
There's a tracker-search command, but that currently always returns zero results for me. I've just filed a bug report for that - if you find the same thing, then please vote for the bug.
Are you trying to search files based on the file name? Cant we use the normal 'find' command in X terminal? Something like
find . -name *Nokia*.* -print

Not sure how different is 'find' and 'tracker-search' commands interms of the results displayed.
 
Posts: 3,617 | Thanked: 2,412 times | Joined on Nov 2009 @ Cambridge, UK
#9
Originally Posted by pisthpeeps View Post
Are you trying to search files based on the file name? Cant we use the normal 'find' command in X terminal? Something like
find . -name *Nokia*.* -print

Not sure how different is 'find' and 'tracker-search' commands interms of the results displayed.
Sure you can use 'find', but that's going to hammer the flash while it searches every single directory. 'tracker-search' should be just checking it's pre-built database for the files - like using 'locate' instead of 'find'. It also should be able to search the file metadata (and contents if that's indexed).
 
Posts: 333 | Thanked: 865 times | Joined on May 2011
#10
Originally Posted by Rob1n View Post
Sure you can use 'find', but that's going to hammer the flash while it searches every single directory.
What does it mean "hammer the flash"?
 
Reply


 
Forum Jump


All times are GMT. The time now is 17:00.