rust-search-extension icon indicating copy to clipboard operation
rust-search-extension copied to clipboard

Not working in Arc broswer

Open MatthewYe opened this issue 2 years ago • 13 comments

是不是和 Arc 浏览器的自定义地址栏不兼容?

MatthewYe avatar Jan 19 '23 07:01 MatthewYe

I'm using Arc with: Version 1.32.0 (46908) Chromium Engine Version 122.0.6261.94

And it is still not working. Type rs then space or tab, cannot trigger the extension

image

shuizhongyueming avatar Mar 04 '24 14:03 shuizhongyueming

Does anyone know what that rs is in Chrome's terminology? Then we can figure out why it is not supported in Arc and possibly get this fixed

SteveLauC avatar Apr 04 '24 02:04 SteveLauC

It is omnibox. I complained this to Arc but haven't got any response :(

xxchan avatar Apr 04 '24 03:04 xxchan

omnibox.

Thanks for showing me this!

I complained this to Arc but haven't got any response :(

This is indeed unfortunate, a google search shows me only few posts about this missing API support, so I guess it won't come in the near future:<

SteveLauC avatar Apr 04 '24 06:04 SteveLauC

Have switched to Arc today and this is so far the only feature I miss :(

kianenigma avatar Jun 01 '24 02:06 kianenigma

Please submit feedback to Arc to make it more possible for them to fix this issue..

xxchan avatar Jun 01 '24 15:06 xxchan

I built another brand-new product called https://query.rs, welcome to give it a try. :)

Query.rs was inspired by Rust Search Extension. Due to the partial support of the omnibox API by some browsers, Rust Search Extension is not available on browsers such as Safari, Vivaldi, Arc, etc. Query.rs addresses this gap.

Folyd avatar Jul 23 '24 10:07 Folyd

query.rs looks quite neat! But I think one thing I loved a lot about rust-serach-extension is the ability to do search in the search bar (indeed the omnibox API), without the need to open a webside.

So currently I switched to raycast + dash (with cargo-docset) to get a similar experience.

xxchan avatar Jul 23 '24 12:07 xxchan

Oh, perhaps I can just add query.rs as a raycast quicklink, then it's not too slow I guess. Although the most ideal form is still a raycast entension I guess, but it needs additional development efforts. This seems to be good enough.

xxchan avatar Jul 23 '24 12:07 xxchan

The thing I love about Rust search extension is that I can do the search locally without pulling in any network connection (I use the local mode), so query.rs won't help too much for me.

It would be amazing if we can have Rust search extension integrated with Raycast, can image this combination will be quite attractive for macOS users🤩

SteveLauC avatar Jul 23 '24 13:07 SteveLauC

Raycast extension is a great idea. I'll investigate how much effort it would take to migrate Rust Search Extension to Raycast. If it's not too much, I'll do it.

BTW, query.rs will be more powerful in the future. For example, I plan to support full-text search, AI search, etc.

Folyd avatar Jul 23 '24 13:07 Folyd

I plan to support full-text search, AI search, etc.

You mean searching the document body, not just the Rust symbols? This is gonna be huge!

SteveLauC avatar Jul 23 '24 14:07 SteveLauC

I plan to support full-text search, AI search, etc.

You mean searching the document body, not just the Rust symbols? This is gonna be huge!

Yes, I plan to build a full-text search index for all doc texts. You'll be able to search for functions, traits, etc., if their doc text matches your keyword.

Folyd avatar Jul 23 '24 14:07 Folyd