The-Fox--Only-Better icon indicating copy to clipboard operation
The-Fox--Only-Better copied to clipboard

configurable adaptable search bar - user expressions

Open atomGit opened this issue 9 years ago • 4 comments

waiting for a very long time for the feature where by we can create our own RegEx for our custom search engines for the adaptable search bar

xoxo

atomGit avatar Aug 24 '16 20:08 atomGit

To search in those engines or to retrieve the searched term from one of those engines results pages into the location bar?

Quicksaver avatar Aug 25 '16 08:08 Quicksaver

hi Quicksaver!

yes: to retrieve the searched term from one of those engines results pages into the location bar

you said that the hard-coded engines would give way to a user editable option where we could add our own expressions and i was just wondering if that's still on your plate ???

atomGit avatar Aug 25 '16 17:08 atomGit

It is, but it's not just regular expressions, as many search pages don't give you the search term in the location for example. Pretty much every page will require some sort of DOM exploration to get the correct term, and that's complicated.

Quicksaver avatar Aug 26 '16 09:08 Quicksaver

Pretty much every page will require some sort of DOM exploration to get the correct term ...

many search engines provide an option to use POST or GET - if using GET, then the search terms are present in the URL (address bar) from which they can be grabbed with a RegExp

would really like to have at least this functionality if you can't get POST working

failing that, can you add searx.me for now?

thanks

atomGit avatar Dec 23 '16 14:12 atomGit