Questions tagged [searchable]

Searchable is a plugin for Grails that brings rich search features to Grails applications with minimum effort, and gives you power and flexibility when you need it. It is built on the fantastic Compass Search Engine Framework and Lucene and has the same license as Grails (Apache 2).

Searchable is a plugin for Grails that brings rich search features to Grails applications with minimum effort, and gives you power and flexibility when you need it. It is built on the fantastic Compass Search Engine Framework and Lucene and has the same license as Grails (Apache 2).

205 questions
18
votes
3 answers

Two searchable.xml activities in one AndroidManifest.xml

I have an Android app which has a few different activities for browsing articles and images downloaded from RSS. I'd like to be able to offer to hook up the search button to the Search dialog, using the a searchable.xml file. I've managed to do…
jamesh
  • 19,863
  • 14
  • 56
  • 96
16
votes
1 answer

android searchable doesn't work

I'm working around with a searchable action bar. And I gotta a problem that the action bar doesn't react with the searchable activity. THAT IS, I enter something in the action bar's searchable textedit then clicked the submit but nothing happened.…
user1299979
14
votes
3 answers

searchManager.getSearchableInfo(getComponentName()) returns null

I've followed this Android guide in order to add a search bar to an activity. The setup looks like this: res/menu/activity_main.xml:
Chris
  • 3,192
  • 4
  • 30
  • 43
13
votes
3 answers

Use different key for searching instead of value or label in react-select in reactJS

I am using react-select as a searchable drop-down in my react app. I am referring this link https://github.com/JedWatson/react-select. In the drop-down options structure, it needs label and value keys in the respective object in options. My problem…
Ricks
  • 369
  • 3
  • 7
  • 20
11
votes
3 answers

How to use a @FetchRequest with the new searchable modifier in SwiftUI?

Is it possible to use the new .searchable in combination with @FetchRequest? I have a code like this: struct FooListView: View { @Environment(\.managedObjectContext) private var viewContext @FetchRequest( sortDescriptors:…
gurehbgui
  • 14,236
  • 32
  • 106
  • 178
10
votes
2 answers

Android: how to declare an activity as main and searchable?

I would like my main activity to be searchable also but when I change the manifest.xml to