FindBar-Tweak icon indicating copy to clipboard operation
FindBar-Tweak copied to clipboard

Advanced search options

Open Svk1190 opened this issue 9 years ago • 16 comments

This add-on would become extremely powerful if it supported regular expression search and proximity search. For instance, Google supports queries such as: (random OR chaotic) AROUND(10) reali*ation. It would be great if such powerful query tools would be available in FindBar Tweak as well.

Svk1190 avatar May 11 '15 06:05 Svk1190

Regex find is already something I am sure to add for the next release (#56), and will probably be in one of the next few betas.

As for your other search types suggestions, we'll see how much of a need there will be for them once Regex is implemented, and then I'll see what I can do about them.

Quicksaver avatar May 14 '15 09:05 Quicksaver

Hi,

both suggestions would be something I am very much up for. I would be a regular user of regular expressions as well as proximity search. For a fist shot regex would be a big step forward. I look forward to the next beta release.

xyTo avatar Jun 23 '15 09:06 xyTo

FYI unfortunately neither Regex or the other find modes suggested will be in the next release, or betas. There's just a lot to do and I have to prioritize, otherwise I will never actually release a new version at this rate. And the next release is already long overdue, as the current release is becoming extremely buggy.

At least Regex will make it into the add-on eventually of course, I can't give you an exact date for this though.

Quicksaver avatar Jun 23 '15 10:06 Quicksaver

Hi Luis,

thanks for the quick reply. Don't worry about that. It would be a god thing to have but I understand you situation just to well.

I have just noticed some little bug (and it seems it is not listed anywhere on git-hub). My Firefox freezes immediately if I hit in preferences>>tweaks "Reset all native changed preferences". This is repeatable and I have to kill Firefox once I hit the button in order to use it again.

Would you like me to open a new thread on this? Cheers!

xyTo avatar Jun 23 '15 10:06 xyTo

Nice catch! That was quick to fix, I already uploaded v2b9 (https://github.com/Quicksaver/FindBar-Tweak/releases/tag/v2b9) in case you need to reset your prefs or if you'd like to try it out. So there's no need to open a new thread, unless of course it still doesn't work for you. ;)

Quicksaver avatar Jun 23 '15 11:06 Quicksaver

Hi,

superb quick fix - I am on 2b9 (was on 2b2) and it works now and seems to be much faster than before as well! Excellent job!

xyTo avatar Jun 23 '15 11:06 xyTo

BTW, will the beta version automatically be update to the final release 2.x or do I have to intervene manually? Cheers

xyTo avatar Jun 23 '15 11:06 xyTo

It should update automatically, it usually does for me. I also have the beta in my main profile and I will let it update automatically to make sure. In case it doesn't I'll try to let everyone know.

Quicksaver avatar Jun 23 '15 11:06 Quicksaver

ok, I will keep my eyes open and let you know if I can find anything else - I use your plug-in many times a day. I look forward to the final release. Cheers and good luck

xyTo avatar Jun 23 '15 12:06 xyTo

Thanks, I'm glad you like it. :)

Quicksaver avatar Jun 23 '15 12:06 Quicksaver

Hi,

I have just noticed that since I updater to 2b9 my "Find Suggest" does not show any suggestions anymore. Could there be a problem with FBT 2b9 since it was working with 2b2. Cheers, Tobi

xyTo avatar Jun 26 '15 13:06 xyTo

That's actually a problem with Find Suggest, it's now extremely outdated (it still assumes there is only one find bar per window, even if you disable FBT, Find Suggest will only work on the first tab of each window because of that, it will not work in other tabs).

Unfortunately, the way Find Suggest is built doesn't allow me access to its methods from outside, so I can't fix it from within FBT. I already plan on writing my own implementation of its functionality into FBT itself, but in the meantime there's nothing I can do about it.

By the way, once is ok, but now we're spamming @Svk1190 with stuff he/she probably doesn't care about. Let's try to keep this on topic. ;)

Quicksaver avatar Jun 27 '15 10:06 Quicksaver

Hi ,

thanks for the reply and sorry for pulling the topic off. I would just as much appreciate seeing a build in Find Suggest in FBT. Thanks!

xyTo avatar Jun 28 '15 17:06 xyTo

@xyTo, version 2 was just made public yesterday. I received the automatic update in my main profile, but since you asked about it I would also like to confirm that you received it as well, just to make sure. :)

Quicksaver avatar Jul 25 '15 22:07 Quicksaver

Dear Luis,

thank you for your following up. The update worked seamlessly. Thanks for all your efforts. The new version 2 is a significant improvement in all respects. I very much look forward seeing the regular expression search in one of the next versions.

Best regards, Tobi

On 26.07.2015 00:59, Luís Miguel wrote:

@xyTo, version 2 was just made public yesterday. I received the automatic update in my main profile, but since you asked about it I would also like to confirm that you received it as well, just to make sure. :)


Reply to this email directly or view it on GitHub: https://github.com/Quicksaver/FindBar-Tweak/issues/185#issuecomment-124909982

xyTo avatar Jul 31 '15 08:07 xyTo

When tackling regular expressions, it's worth keeping in mind different people have different expectations for that kind of thing. Most non-programmers (and many programmers) should not be expected to know/use real regex syntax, and probably would simply expect something more like wildcards used for file globbing. So * means "anything here" (and perhaps ? means "any single character here"). Even I personally, who would consider full regex support very cool indeed, would probably just want simple wildcard/glob syntax almost all of the time. http://unix.stackexchange.com/questions/57957/how-do-regular-expressions-differ-from-wildcards-used-to-filter-files

philipp avatar Aug 29 '15 03:08 philipp