LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   LQ Suggestions & Feedback (https://www.linuxquestions.org/questions/lq-suggestions-and-feedback-7/)
-   -   Search terms with logical "and" possible? (https://www.linuxquestions.org/questions/lq-suggestions-and-feedback-7/search-terms-with-logical-and-possible-4175452937/)

JZL240I-U 03-06-2013 05:22 AM

Search terms with logical "and" possible?
 
Is it possible to use "anded" search terms in the LQ search? I nowhere found any hint to switch away from the default "or" of terms...

jeremy 03-06-2013 10:16 AM

The default is actually boolean AND, but keep in mind that the default is also per *thread*, not per post. Do you have a specific search that isn't returning the results you're expecting?

--jeremy

JZL240I-U 03-06-2013 10:37 AM

Yes, I searched for
Code:

rsync +"5888"
which returns in the dark blue header field:
Code:

Search: Keyword(s): rsync OR +"5888"
But I need a logical and for posts, not threads. Reason: I battle with the following rsync error
Code:

Mar  5 18:46:58 desktop backintime (me): WARNING: Command
"rsync -rtDH --copy-links -X -pEgo -R --backup --suffix=.backup.20130305
"/Backup0/me/backintime/desktop/me/1/20130304-184118-784/backup/
./home/me/.adobe/Acrobat" /" returns 5888

Thus my question...

jeremy 03-06-2013 10:40 AM

If you go to the advanced search and enter rsync AND 5888 in the search box and change Show Results as to Posts, you'll get the behavior you desire (although unfortunately, this thread is the only result).

--jeremy

JZL240I-U 03-06-2013 10:47 AM

Quote:

Originally Posted by jeremy (Post 4906076)
although unfortunately, this thread is the only result

D@rn, that's what I was afraid of. Would you believe it, the earliest google entries are more than ten years old, but none explain the meaning of the error code to this very day. "May have sonething to do with permissions" is the maximum of expressed opinions, grrrr :mad:.

Anyhow, thanks for explainig the boolean syntax of this site. Perhaps the addition of a little hint on the advanced search page might be a nice touch... ;).

amani 03-06-2013 10:49 AM

On a related note, having a 'fuzzy search' and 'vague search' option would be nice.

jeremy 03-06-2013 10:50 AM

The next code update will bring with it an updated search that will hopefully be a little more intuitive. Thanks for the feedback.

--jeremy

jeremy 03-06-2013 10:52 AM

Quote:

Originally Posted by amani (Post 4906082)
On a related note, having a 'fuzzy search' and 'vague search' option would be nice.

The updated search (which can be tested at AQ - http://www.androidquestions.org/forum.php) supports word stemming.

--jeremy

S0M30N3 11-30-2013 04:32 PM

For some reason (I didn't figure out yet) BackInTime return codes have to be divided by 256. So 5888 is rsync return code 23:
Quote:

23 Partial transfer due to error
Regards,
Germar, BIT dev Team


All times are GMT -5. The time now is 07:16 AM.