topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Monday February 17, 2025, 11:44 am
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Last post Author Topic: FARR Plugin: TinyEV (Everything integration) - 0.9.5 - 12 June 2009 (updated)  (Read 129808 times)

tony01

  • Participant
  • Joined in 2006
  • *
  • default avatar
  • Posts: 5
    • View Profile
    • Donate to Member
 Hi ayryq:
Finally, I found the issue.
In the "Display Options" from FARR, It was set to 9 the Result entries, that is why I only see 9 entries.
See attachment.
I changed it, to 99 and It works like a charm. Problem resolved.Result entries set to 9, change to 90.pngFARR Plugin: TinyEV (Everything integration) - 0.9.5 - 12 June 2009 (updated)
Thanks a lot.

erikts

  • Supporting Member
  • Joined in 2007
  • **
  • Posts: 224
    • View Profile
    • Donate to Member
This can be changed in Options→Settings→Display Options→Result Display Size.

Thanks for this info. I set mine to 14 now.

AJolly

  • Supporting Member
  • Joined in 2011
  • **
  • default avatar
  • Posts: 28
    • View Profile
    • Donate to Member
1) Does the scoring options in the ini work for anyone? 
[TinyEV]
; Scoring types:
; 0 -- Don't score at all.
; 1 -- Let FARR score
; 2 -- Let FARR filter and score
; 3 -- Let FARR score (w/ patterns)
; 4 -- Let FARR filter and score (w/ patterns)
; The default is 3.
ScoringType = 2


I can't seem to get any scoring options to work, and also the plugin seems to show all results with a score of 1000.
I did manage to compile an updated version, im using it to integrate everything as a launcher to speed up farr.

ayryq

  • Supporting Member
  • Joined in 2009
  • **
  • Points: 101
  • Posts: 292
    • View Profile
    • Donate to Member
1) Does the scoring options in the ini work for anyone? 
I'm using FARR 2.239.03, Everything 1.4.1.1024 (x64) and TinyEv version 0.9.5.
I do get scores in my results, apparently all greater than 1000.
I tried switching the ini from "3" to "0" and still got scores. So....

AJolly

  • Supporting Member
  • Joined in 2011
  • **
  • default avatar
  • Posts: 28
    • View Profile
    • Donate to Member
Looking at the code, the ini has to be named farr_tinyev.ini. 


If it helps anyone my version has a result limit of 1million.

Seems like the issue is doing searches that include any sort of Everything modifiers (like path: or ext:exe )
Any search with those modifiers changes all the results to the hardcoded score of 1000.

But so far, It's nice using FARR as the launcher with everything as the backend!  If I could only get scoring working.

(I set up a filter in Everything, then set an alias to launch the plugin
^(.*)$
results
dosearch ev path:<$$1> launcher:

I'm using everything 1.5 (which I highly suggest). 

LauncherAlias.pngFARR Plugin: TinyEV (Everything integration) - 0.9.5 - 12 June 2009 (updated)

ayryq

  • Supporting Member
  • Joined in 2009
  • **
  • Points: 101
  • Posts: 292
    • View Profile
    • Donate to Member
Looking at the code, the ini has to be named farr_tinyev.ini. 

Renaming the file changed things for me, now I get Score:1000 with the ini set to zero. Scores as before when set to 3.