Search found 21 matches

Go to advanced search

by Devin Normand
Fri May 20, 2016 6:03 pm
Forum: Issues
Topic: Mongo error BadValue Unkown Operator
Replies: 9
Views: 1695
 
Jump to post

Mongo error BadValue Unkown Operator

For whatever reason, the code is still returning the same response: "Mongo error: 'Can't canonicalize query: BadValue unknown operator: $inQuery'" Name Here is the code: var userprofvar = localStorage.getItem("userprofileid"); var whereObject = {"userprofileid": {"...
by Devin Normand
Wed May 18, 2016 5:28 pm
Forum: Issues
Topic: Mongo error BadValue Unkown Operator
Replies: 9
Views: 1695
 
Jump to post

Mongo error BadValue Unkown Operator

Hello there Sergiy, Do you have any idea about why this code works: var staridvar = localStorage.getItem("starid"); var whereObject = {"staridid": {"$inQuery": {_id: staridvar } }}; return JSON.stringify(whereObject); And this one returns with the DB error: var userprof...
by Devin Normand
Sun Jan 24, 2016 11:36 pm
Forum: Issues
Topic: Mongo error BadValue Unkown Operator
Replies: 9
Views: 1695
 
Jump to post

Mongo error BadValue Unkown Operator

Hello Friends! We are getting a weird error after trying to add this code, and are wondering what we are doing wrong: var staridvar = localStorage.getItem("userprofileid"); var whereObject = {"userprofileid": {"$inQuery": {_id: staridvar } }}; return JSON.stringify(wher...
by Devin Normand
Sun Aug 30, 2015 8:18 pm
Forum: Issues
Topic: Expanding the input area?
Replies: 2
Views: 535
 
Jump to post

Expanding the input area?

Hello We are trying to instead of having one line for the input box that goes on forever, it drops down to a line under it instead. We have tried this JS: Appery("mobiletextinput_35").css("max-height","80px"); Appery("mobiletextinput_35").css("height"...
by Devin Normand
Wed Aug 26, 2015 1:53 pm
Forum: Issues
Topic: How to use a query service with a select menu?
Replies: 0
Views: 685
 
Jump to post

How to use a query service with a select menu?

We are trying to filter a list by using a select menu, for example: Here is the original list of items, not filtered yet: https://d2r1vs3d9006ap.cloudfront.net/s3_images/1265164/ScreenShot2015-08-26at9.41.46AM_inline.png?1440596694 Then you select the filter, and it SHOULD FILTER IT: https://d2r1vs3...
by Devin Normand
Sun Aug 16, 2015 11:21 pm
Forum: Issues
Topic: Cant navigate from one popup to another
Replies: 3
Views: 511
 
Jump to post

Cant navigate from one popup to another

Hello Sergiy, To sum it up, we can't navigate from one popup to another. First we have a registration popup: https://d2r1vs3d9006ap.cloudfront.net/s3_images/1258874/PopupProblem1_inline.png?1439767065 When you click the button, it does TWO THINGS: Registers your user to the DB Navigates to a differe...
by Devin Normand
Sun Aug 16, 2015 5:58 pm
Forum: Issues
Topic: Cant navigate from one popup to another
Replies: 3
Views: 511
 
Jump to post

Cant navigate from one popup to another

We are trying to go from one popup to another. On the first one, you create an account, then you press a button which invokes a signup service, then (is supposed to) open a new popup. So the events are below When the button is clicked, it invokes the signup service When button is clicked, it opens n...
by Devin Normand
Wed Jul 08, 2015 4:36 pm
Forum: Issues
Topic: How do I make it so the amount listed can differ from page to page?
Replies: 3
Views: 499
 
Jump to post

How do I make it so the amount listed can differ from page to page?

Hello, I was away from my computer for a few weeks so I could not respond As I said in the description, I am already using the limit parameter for a list service, but for one instance when I use the list service, I want to limit the amount of information three times, but for another instance when I ...
by Devin Normand
Mon Jun 22, 2015 10:38 pm
Forum: Issues
Topic: How do I make it so the amount listed can differ from page to page?
Replies: 3
Views: 499
 
Jump to post

How do I make it so the amount listed can differ from page to page?

On one page, I want to list only three items, but on another, I want to list all of the items. However, the limit parameter applies to both of the lists, given they are both listed from the same list service.

What should I do?

by Devin Normand
Wed May 20, 2015 11:01 pm
Forum: Issues
Topic: How do prevent people from signing up for my app without using an email address and have their email address be their lo
Replies: 3
Views: 650
 
Jump to post

How do prevent people from signing up for my app without using an email address and have their email address be their lo

Hello Sergiy,

Thank you for responding. My app has user registration already, which works fine. I am attempting to make sure that users create a username that is an email, which would prevent people from signing up if they didn't have an email address.

Go to advanced search