The searchable tag has no wiki summary.
0
votes
1answer
14 views
Projecting Grails Searchable plugin result set
I have a complex searchable configuration for a domain class and its associated domain classes. when I search for about 200 results (max:200) it takes too long to respond.
in the result set I have ...
1
vote
1answer
64 views
How can I improve performance when using jQuery Searchable Select plugin (it is very slow when intialising a large number of selects)
I am using the jQuery searchable select plugin http://effinroot.eiremedia.netdna-cdn.com/repo/plugins/forms-controls/searchabledropdown/index.html
This works fine if I have a small number of selects ...
-2
votes
1answer
20 views
Searchable pages in android app [closed]
I have saved several html pages, which I want to put into an android app that allows offline searching of heading of these html pages. How can this be achieved?
0
votes
0answers
79 views
Searchable Dictionary: how to display the list of words (listview)
Hi, Everybody. I think almost everyone knows "searchable dictionary" android sample project. My question is: how can I show the list of words from definitions.txt on main screen?
Everybody knows if ...
0
votes
0answers
46 views
Search Functionality to ListView - adaptor
I have a listview that saves the contacts of the phone and I want to add an EditBox so I can search all contacts in the App. I don't know how to make the adaptor work so to filter the results that ...
0
votes
0answers
30 views
Disable default searchable controller in grails
Is there a way to disable controller which is a part of some plugin (Searchable in my case) in Grails? The only two ways I can think of are pointing it to 404 page in UrlMappings [1] or writing filter ...
0
votes
0answers
161 views
Android searchable dictionary sample code wrong?
I found interesting bug in Android Searchable dictionary sample application.
Follow these steps to reproduce it:
type "bo" in a search box
click go
click "bogus" from the results
when you see ...
0
votes
0answers
36 views
How to configure Android searchable.xml for different API levels
Because of a bug in the Android source code for Android 4.0 and 4.1, voice search in my application causes a crash(Bundle not passed through voice search intent). Because the nature of this bug, it is ...
2
votes
1answer
73 views
Grails Plugin Searchable - default wildcard search
Is there a way to automatically wrap all searches with a wildcard?
e.g.:
Book.search("*${params.q}*", params)
0
votes
1answer
94 views
Grails Searchable plugin with Criteria
I have some question about searchable plugin :
i have two domain :
class Ads {
static searchable = true
String fromCity
String toCity
User user
static ...
1
vote
1answer
82 views
Lucene Grails Searchable plugin build index for part of the table
I have a searchable domain class mapped to a table that has a flag column. Currently, when Lucene creates an index it generates a query like this (returns all data in the table):
select ...
0
votes
0answers
95 views
Grails searchable search BigDecimal range
I have Grails project with domain that has multiple fields, among them I have field 'price'.
I added searchable plugin to the project and it works fine, via general search:
def searchResults = ...
-5
votes
1answer
117 views
How to create an editable and searchable database with C++ [closed]
What I'd like to do is create a .txt document (I know- really not a 'database') that contains a list of names. I'd like to be able to edit and search the document- i.e., add people, edit people. I'm ...
0
votes
0answers
61 views
Do I need to call handleIntent() in onCreate() if android:includeInGlobalSearch=“false”
The android searchable example shows the the snippet below. My app data doesn't add any value outside of the app and I don't want to expose it to the global search so I set ...
0
votes
1answer
45 views
Load only tagged items from plist to UITableView
Is there a specific way to load only certain tagged items from a plist file to a UITableView? Something like: load this item into a cell if the property "Tag" contains "transportation" in it, keeping ...
1
vote
1answer
77 views
Grails Searchable plugin set with RAM index gets lost deploying to Cloud Foundry
I am deploying a Grails application to Cloud Foundry where the Searchable plugin 'compassConnection' is set to use a RAM index. Problem is Cloud Foundry applies some of it's magic auto-configuration ...
1
vote
0answers
62 views
Android Global Search
I'm trying to add my app to the global search in Android so users can search my app from their homescreen. I've followed the tutorial at ...
2
votes
1answer
86 views
Searchable Configuaration Returning Null For the SearchView
I have created a search interface but I can't seem to connect the SearchView in the ActionBar to my searchable configuration file. When I try to retreive it in my onCreateOptionsMenu method ...
1
vote
1answer
71 views
Grails searchable returns domain but relation is null
I have 3 domains: A, B, C.
A and C have many-to-many relationship through B.
A and C are searchable.
When I search and get list of A domain all the fields in A are accessible, however relation ...
1
vote
1answer
107 views
Grails searchable relationship
I am wondering how to return specific domain with searchable?
For example we have domain A and B. Both domain are searchable and have relationship: A has many B and B belongs to A. Another case A and ...
3
votes
2answers
299 views
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:
<?xml version="1.0" encoding="utf-8"?>
<menu ...
0
votes
1answer
65 views
grails install-searchable-config
I need to reconfigure default setting for searchable plugin. When I try to run install-searchable-config I get the following error:
Error I/O exception loading script [null\scripts\Init.groovy (The ...
0
votes
1answer
97 views
Grails Searchable plugin and GORM marshalling
I have an one-to-one relationship (hasOne in User domain and belongsTo in UserInfo domain). When the BootStrap is executing I get an exception:
org.compass.core.converter.ConversionException: ...
0
votes
0answers
24 views
How can I apply sound to my searchable dictionary result
I have studied the sample code of android searchable dictionary and tested in emulator and works just like what it said in tutorials.
I wish to have a button that says 'Read' and upon press the button ...
0
votes
0answers
272 views
grails custom pagination [closed]
I'm trying to do a custom pagination of a search on Grails, with the default search the pagination works ok, but redirecting the search to a custom GSP works ok only the first page, if you uses ...
0
votes
3answers
70 views
Recommendation needed for CMS-type Profile Site [closed]
I am looking to setup a very very simple internal Profile site and I am wondering if a CMS might be overkill.
I need a few things:
To create a profile page for about 40 people.
All profile pages ...
3
votes
2answers
840 views
Convert non-searchable PDFs to searchable PDFs
I have about 1/2 million PDF image/non-searchable PDFs.
I need to convert them to searchable PDFs. I've tried Acrobat's OCR, but it's way to slow; current estimate is 30+ days.
How can I convert ...
0
votes
1answer
648 views
Searchable dropdown/select in jquery
I have a searchable dropdown (http://jsearchdropdown.sourceforge.net/) selector. I filled with jquery the options from database dinamically. but, when I change category, it keeps the previous items. ...
1
vote
0answers
55 views
Combine multiple sphinx documentation sites
I would like to combine multiple sphinx generated documentation sites into a single location (site). I dont want to replicate the work, but just want to index/search it from a central location.
...
0
votes
1answer
57 views
searchable plugin not allowed to create directories
I just deployed a grails web application on a linux machine that also acts as a firewall to the network.
we used the apache tomcat web server to run the web-app, but it does seem to have some ...
1
vote
1answer
101 views
grails searchable - avoid index for embedded entity
I'm playing around with searchable and ran into a problem I can't solve myself.
There are two entities:
class Activity {
static searchable = {
only = ["title", "place"]
}
String ...
0
votes
2answers
130 views
Android - What does question mark signify in searchable.xml?
I'm debugging SearchableDictionary sample on android 4.0. In searchable.xml, what does question mark signify in this attribute, android:searchSuggestSelection=" ?"?
Here is the snippet :
...
0
votes
0answers
74 views
Grails Searchable plugin unindexAll function usage
I'm pretty new to grails and I'm actually learning it as I work through this project. I'm using the searchable plugin for grails to search the content of my application. It works perfectly well, ...
0
votes
0answers
97 views
How to load raw .ppt into searchable listview in Android
Ok I've done a little research on this but can't seem to find anything suitable so figured I'd go ahead and ask. I have about 400-500 small .ppt files that I need to put into a searchable list view. ...
0
votes
0answers
34 views
Is there an equivalent to onSearchRequested when you leave a searchable activity?
I am launching a searchable activity in Android from another activity that loads a lot of network data in a feed. My searchable activity also gets network data so I want to stop the main activity, ...
0
votes
0answers
104 views
Having a Searchable drop-down menu?
I am having trouble getting the information in my drop-down menu to be searchable. I have sizes in the drop-down menu and each size for each item has a unique catalog number. I can't figure out what ...
2
votes
1answer
192 views
Shared Compass/Lucene Index in JDBC Store
Using the searchable plugin in Grails (which uses Compass/Lucene under the hood) we're trying to share a search index between two different web applications. One application accesses the data only in ...
0
votes
1answer
898 views
Symfony2/Doctrine2 searchable behavior?
Why the searchable behavior has been removed from doctrine2? I have not found any trace of that in Doctrine Extensions (https://github.com/stof/StofDoctrineExtensionsBundle), nor I have found any ...
1
vote
2answers
148 views
Grails - Searchable plugin: Can I stop it from relying just on Lucene index?
Well I've been trying to get the searchable plugin to work with my current app, but there is one thing that bothers me:
Every search relies solely on the Lucene index.
And that leads to some ...
2
votes
1answer
305 views
Grails - Searchable plugin: Cannot search data in a one to many relationship
Sorry if the title is not that specific, but I don't know how else to state my problem. I'm using the searchable plugin and everything was fine until I needed to search for information that is on a ...
0
votes
1answer
144 views
I want to use searchable plugin in serializable domain
I want to use searchable plugin in serializable domain.
Now the problem is that it doesnt compile if I add this code:
class Product implements Serializable {
static transients=['searchable']
...
2
votes
0answers
408 views
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 ...
-1
votes
1answer
125 views
jboss searchable cache
I have jboss eap 5.1 and I am using struts 1.1 in it.Jdk is 1.6. Can it be used with the jboss searchable cache?How much memory can be stored in jboss searchable cache?I want to create google search ...
0
votes
1answer
755 views
Grails - Passing multiple AJAX parameters through a single remoteFunction?
I am trying to create a dynamic advanced search with
Search field for name of person
Checkbox to enable inactive person records
Dropdown for team
So when I select a company, I want to update my ...
0
votes
2answers
402 views
Looking to create an iphone app with a database to save photos taken
looking to make an iOS app where I can take a picture and then send it to a my own searchable database, website or wiki. What would be the easiest service to do this (I can do the iOS programming its ...
6
votes
2answers
766 views
grails searchable plugin query
My Grails app is using the searchable plugin, which builds on Compass and Lucene to provide search functionality. I have two searchable classes, say Author and Book. I have mapped these classes to the ...
2
votes
3answers
672 views
set numeric input type to SearchView in ActionBar
I don't manage to set the numeric input type to the SearchView in my ActionBar. I have the following searchable.xml file in my res/xml folder:
<searchable ...
2
votes
1answer
309 views
Invoking searchable activity in Android?
I'm following http://developer.android.com/guide/topics/search/search-dialog.html to create a searchable activity for my app.
SearchableActivity.java
package com.xxxx.xx;
import ...
2
votes
3answers
560 views
Where is the default path to the apache lucene index file with grails searchable plugin?
I'm using in my grails 1.3.7 project the searchable plugin. My project was running well until my macbooks harddrive was full and osx threw an message about memory problems and that it'll delete some ...
0
votes
2answers
143 views
Is there a similar method in the Grails GORM MongoDB plugin like the searchable search() method?
I was using the Grails Searchable plugin and now we've switched to the GORM MongoDB plugin.
The Searchable plugin has a method search() that allows searching all fields using boolean connectors and ...
