ik9999 / popupsearch

Chrome/Chromium extension for searching in google™ or searx.me using popup window with keyboard navigation support
MIT License
15 stars 2 forks source link

searx and faceted search #2

Closed roscopecoltran closed 5 years ago

roscopecoltran commented 6 years ago

Hi,

Hope you are all well !

I am working on some kind of web assistant and I was wondering if you tried to add searx.

I would like to extend popupsearch with some faceted search features to apply on live or cached results. It could be either from searx or any full text search engine (elasticsearch, bleve,...); the idea is to build an abstraction layer for filtering those data.

The idea would be to filter search results with the category return in the JSON: eg: https://searx.site/?q=popupsearch&categories=general&language=de-DE&format=json&pretty=true

I found those references for vue.js:

Do you have any thoughts or advices for building such vue.js based component ?

Cheers, Rosco

ik9999 commented 6 years ago

Hello. Im not sure i can help you with it. You can add search engines here: https://github.com/ik9999/popupsearch/blob/master/src/popup/store/modules/SearchResults.js#L123 https://github.com/ik9999/popupsearch/tree/master/src/popup/search https://github.com/ik9999/popupsearch/blob/master/src/settings/root.vue#L134

ik9999 commented 5 years ago

Added searx.me in a latest commit.