parse.com - Filter non existant pointers in data browser -


in parse.com data browser, deleted bunch of test users. delete rows other objects, connected deleted users.

so tried use parse.com filter object, setting user column 'does not exist'. shows 0 lines of result. when change filter 'exists', shows result, including user pointers when clicked on point "there no object matching objectid."

am using feature wrong way, or broken? should way clear secondary tables?

regards, jelmer

you using wrong way. doesnotexist(key) references rows have null object. if object pointer points non-existant object, pointer not null why it's not being removed.

you'll need check if pointer points valid object. can check if createdat exists objectid. if does, it's valid pointer.


Comments

Popular posts from this blog

javascript - Jquery show_hide, what to add in order to make the page scroll to the bottom of the hidden field once button is clicked -

javascript - Highcharts multi-color line -

javascript - Enter key does not work in search box -