lunu-bounir / search-all-tabs

search all opened tabs in a browser popup and see the matching previews using Xapain or Lunrjs engines.
https://webextension.org/listing/search-all-tabs.html
98 stars 10 forks source link

Search incomplete words/numbers #18

Open Snake883 opened 3 years ago

Snake883 commented 3 years ago

I want to search for the last 4 digits of a number.

I noticed I can search at the beginning of a word/number, but can't search from the end.

This is most useful for big numbers from shipping tracking numbers.

lunu-bounir commented 3 years ago

The "xapian" (the internal search engine that this extension uses for indexing) only supports right truncation (e.g. Xap*). As of the next release (v0.2.2), the. extension adds a right-click context menu over browser action, to use "lunrjs" indexing engine which supports both left and right truncations. This is not going to be the default engine for now, but you can activate it from the menu.