You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This really isn't a bug report or at least I don't think that it is so sorry for using the bug report to ask the following:
What regex variant is supported in this update? I've tried experimenting with the regex feature but I haven't had any luck. For example, the following regex should match in several tabs that I have open but it does not.
re:Ki[cC]ad
This should match Kicad or KiCad
I'm either not entering the expression correctly or I'm not using features that are supported but I've tried other basic expressions with no luck.
The text was updated successfully, but these errors were encountered:
Hi - thanks for the reply!
Here are some samples with a baseline search using the term kicad and then your suggested regex term for comparison:
Baseline:
Here's some search results with just kicad as the search term:
You can see that there are results with "KiCad" and "KICAD" in the page titles.
Here are the results using the regex search term re:/Ki[cC]ad/m:
If my testing criteria are correct, there is only one tab from the baseline search set that the regex shouldn't have matched and that's the one with "KiCAD".
Another test used https for the baseline search and re:/https/m for the regex search and the latter returns far fewer results than are picked up with the former.
When using regex search terms, is the content searched limited in some way?
Hey @kweb-, I've had some time to look into this more, I think the issue was with Single Page Webapps (YouTube and Google) and indexing not running for them. I have a dev build that have the search fixed, could you test it out and make sure it's working? https://github.com/Bill13579/tabby/actions/runs/3308468621
(There are instructions for how to load the dev build on the README page)
Note: the indexing will only run if the page is first loaded because of content scripts, so it's best to start out in a blank session.
This really isn't a bug report or at least I don't think that it is so sorry for using the bug report to ask the following:
What regex variant is supported in this update? I've tried experimenting with the regex feature but I haven't had any luck. For example, the following regex should match in several tabs that I have open but it does not.
re:Ki[cC]ad
This should match Kicad or KiCad
I'm either not entering the expression correctly or I'm not using features that are supported but I've tried other basic expressions with no luck.
The text was updated successfully, but these errors were encountered: