Search found 3 matches

Go to advanced search

by Ted7364671
Fri Feb 06, 2015 10:27 pm
Forum: Issues
Topic: Trying to find all matches between database collections
Replies: 7
Views: 1096
 
Jump to post

Trying to find all matches between database collections

I tweaked the list service to local storage mapping to make it a JSON array and that works great! Thank you very much, Yurii -

by Ted7364671
Thu Feb 05, 2015 5:54 pm
Forum: Issues
Topic: Trying to find all matches between database collections
Replies: 7
Views: 1096
 
Jump to post

Trying to find all matches between database collections

Cool, thanks - So how do I fetch the array from local storage (instead of defining it)? I tried . . . var Titlearray = localStorage.getItem("w_Title"); var whereObject = {"Title": {"$in": Titlearray } }; return JSON.stringify(whereObject); but it didn't work. Do I need ...
by Ted7364671
Wed Feb 04, 2015 8:46 pm
Forum: Issues
Topic: Trying to find all matches between database collections
Replies: 7
Views: 1096
 
Jump to post

Trying to find all matches between database collections

I'm trying to find all matches between database collections - that is, search Collection B for all values in a given column in Collection A. Collection A: A B D Collection B: A C D Query Returns: A D Currently I am using a list service to put the Collection A values into local storage but I think th...

Go to advanced search