ATTENTION: You are viewing a page formatted for mobile devices; to view the full web page, click HERE.

DonationCoder.com Software > Find And Run Robot

Handling of multiple keywords

(1/1)

kingcrimson:
Hi,

Some time ago, I posted a similar question in this thread:

https://www.donationcoder.com/forum/index.php?topic=888.0

So, in searching for a file called first_second_last.ext, I'd like for that file to be returned in the results window if I enter any of the following:

first
first second
third second
first .ext

I hope the above is clear. Maybe this is something planned for 2.0?

Bob

mouser:
i think this is good timing, because work on F+R has progressed steadily in recent weeks and this is one of the main features i've been wanting to add in order to justify a Version 2 release.  in fact it is the main feature that i consider essential before going to version 2.

the only question in my mind is the best way to let the user convey what they want.

does
"first second" mean find ONLY files with both keywords,
or find files with either, but score higher those with both?

or should we require special prefix like a search engine
so that +keyword means it MUST be present
-keyword means it must NOT be present?

kingcrimson:
I think the simple answer is "make it work like google" ;). But that probably creates a lot of work.

I like the approach of higher score for files containing the greatest number of keywords. Then there could be a bonus for finding files that have the keywords in the proper sequence, e.g. first_second and second_third score higher than third_first.

This could be something like a bonus for each keyword matched, then a bonus for sequence matching (sort of like left-most match that is currently in FRR). I like the current score based setup, and the above fits within that framework.

Bob
 

kfitting:
I second the google comment... no need to go confusing people!  "It works in google... I don't understand!" would only lead to frustration!

Kevin

mouser:
i think the comments above make complete sense and are in line with current scoring system philosophy.

Navigation

[0] Message Index

Go to full version