Questions tagged [custom-search-provider]
16 questions
12
votes
1 answer
Security issue with custom search provider for Windows 7
I built a search provider for Windows 7, running on localhost. (using .osdx file and RSS web site)
the element in the returned RSS contains local file path.
example: c:\windows\win.ini
The problem is that the files shown in the search…

DxCK
- 4,402
- 7
- 50
- 89
2
votes
0 answers
An uncaught Exception occurred on "main" thread. when using custom search bar
I have migrating my native script angular application.
Having issue in the custom searchBar after migration.
Before migration which was working fine.
It shows like having issue in the "nativeView.setOnQueryTextListener(queryTextListener);"
my custom…

Naveen Kumar
- 373
- 1
- 9
2
votes
1 answer
Apache Lucene for Static Website
Is it possible to use Apache Lucene for Static websites ?
If not, what other alternatives are available excluding Google CSE ?

Harikesh
- 313
- 3
- 14
1
vote
1 answer
Running multiple xdtool commands from activateResult
I'm creating a gnome shell extension and implementing the search provider. In the activateResult method I want to run some code like
GLib.spawn_command_line_sync('xdotool windowactivate ' + window_id);
GLib.spawn_command_line_sync('xdotool key…

gnomeqthing
- 11
- 2
1
vote
1 answer
Google custom search autocomplete only on selected words
I wish to use Google custom search and in particular would like to have the autocompletions functionality.
However I don't want it to suggest autocompletions for just anything, but rather only for a selected list of words I have (i.e. all the page…

Jon Cox
- 10,622
- 22
- 78
- 123
1
vote
0 answers
angucomplete-alt Search with Begins than Contains
I am using angucomplete-alt for auto-populating the data for a search box. It shows all the records which contains the given value, even the given value is in the middle of the string. I want to populate the records which starts with the given text.…

Auro Sarma
- 441
- 2
- 12
1
vote
1 answer
How to set default search provider for all browsers
I'm developing a Win Forms application.
I need to set the default search provider for Chrome, IE and Firefox.
Is it possible?

roies
- 13
- 3
1
vote
2 answers
drupal 7 custom search exclude not working
I'm adjusting a drupal installation for a customer and added some custom content types.
Now I want to exclude them from the search results.
So I looked into the manual on https://drupal.org/project/custom_search
Within Configuration > Search and…

Jørgen
- 2,157
- 1
- 23
- 24
0
votes
0 answers
How to open Chrome Custom Search Engine alias from Terminal
I have configured custom search engines in Google Chrome Browser. How can I use terminal to open those custom search engines saved in Chrome?

Manu Batham
- 331
- 1
- 14
0
votes
1 answer
Unwanted suggestions from system when using SearchView with custom searchSuggestAuthority
I have an android.widget.SearchView in the ActionBar of my app. When I start typing it shows results from my ContentProvider hooked to a Room database. This all works fine on the emulator, but on my real device when I touch the SearchView text…

user2199860
- 788
- 4
- 14
0
votes
0 answers
Bing Search -- ACL/Security Filtering
Is it possible to filter out search results based on user security/roles using Bing Search API
I know with Google you could use metadata to filter out. Is that the correct way to security filter pages/items from search results for both Google and…

user3799810
- 31
- 7
0
votes
1 answer
Action view intent does not work
Action view Intent for Search widget does not send Intent
i am using Toast to show whether intent is sent when user choose item from suggestion in Quick Search Box
here is snippet where intent is received in searchable Activity
if…
user4738438
0
votes
1 answer
How to combine multiple Google CSE by single select menu?
I need to combine 2 (or more) different Google custom search engine by the means of select drop down menu. Is it possible? Didn't get any clue yet.
There should be a single search box and an adjacent drop down menu (select). Now when the search…

dipayan sengupta
- 11
- 3
0
votes
1 answer
How to best Implement a Google CSE for a WordPress Blog
What is the best way to implement a Google Custom Search on a wordpress blog. a plugin or just the normal way? do we still use the search.php in the theme?

Aayush
- 3,079
- 10
- 49
- 71
0
votes
1 answer
How to use custom search to get data in html file?
How can we use custom search to find website links using java-script, I mean depend on links titles, search result will be appeared on page.
Here is the code:

Amin
- 414
- 1
- 11
- 23