Search found 22 matches

Go to advanced search

by mymojo
Wed May 14, 2014 10:26 pm
Forum: Issues
Topic: search database limited to "Type"
Replies: 1
Views: 303
 
Jump to post

search database limited to "Type"

Hi, I'm trying to do a search query where the values returned by a search box can then be filtered by Type. I can get a search query and return results, but then I'd like to filter the results via button clicks that limit results by type (food, beer, etc). Here is the return string I'm using for the...
by mymojo
Wed Mar 12, 2014 12:57 am
Forum: Issues
Topic: Filter Search Results by Button Selected.
Replies: 1
Views: 242
 
Jump to post

Filter Search Results by Button Selected.

users enter info into a search field and the database produces a list. I'd like them to have the option to select/unselect one of four buttons to filter this list. How would I: filter the results based on the button selected keep the button selected and allow them to select/unselect the button (keep...
by mymojo
Mon Mar 10, 2014 8:55 pm
Forum: Issues
Topic: How to download a collection.
Replies: 6
Views: 1180
 
Jump to post

How to download a collection.

Wow, how did I miss that? Thank you!

by mymojo
Mon Mar 10, 2014 7:12 pm
Forum: Issues
Topic: How to download a collection.
Replies: 6
Views: 1180
 
Jump to post

How to download a collection.

Can I download a collection to my local drive? After I upload, I'd like to be able to download the collection so I am sure to be always working on the latest information.

by mymojo
Mon Mar 10, 2014 2:37 pm
Forum: Issues
Topic: Return more than 100 values from database
Replies: 2
Views: 337
 
Jump to post

Return more than 100 values from database

Thanks!

by mymojo
Fri Mar 07, 2014 3:51 pm
Forum: Issues
Topic: Return more than 100 values from database
Replies: 2
Views: 337
 
Jump to post

Return more than 100 values from database

My app searches a database collection and returns values. But it's only returning up to 100 values. Is there a way to remove the limit so that it returns all applicable results?

Thank you!

by mymojo
Thu Mar 06, 2014 8:22 pm
Forum: Issues
Topic: Searching table for values - just the first letters of each word
Replies: 7
Views: 614
 
Jump to post

Searching table for values - just the first letters of each word

I have a user search box, and I want to return values based on whatever they enter in that search box.

by mymojo
Thu Mar 06, 2014 8:21 pm
Forum: Issues
Topic: Searching table for values - just the first letters of each word
Replies: 7
Views: 614
 
Jump to post

Searching table for values - just the first letters of each word

Ok, so how do I search by user's input? Do I just use an asterisk? I have a user search box, and I want to return values based on whatever they enter in that search box.

Or is that what value signifies?

by mymojo
Thu Mar 06, 2014 6:13 pm
Forum: Issues
Topic: Searching table for values - just the first letters of each word
Replies: 7
Views: 614
 
Jump to post

Searching table for values - just the first letters of each word

Ok great, but how do I get it to use whatever is entered into the search field? In the following, there is a "\\bwor.*". {"fieldName": {"$regex": "\\bwor.*", "$options":"im"}} Which I assume is searching anything that starts with "wor&...

Go to advanced search