Posts by Rubens Fernandes • 28 points
2 posts
-
0
votes2
answers113
viewsQ: Querie mongodb with regex
I’m trying to find the best way to make that wish on mongodb. I have this number 42999234180 and I have a table of prefixes ranging from 3 to 7 characters, I would like when searching for 4299234180…
-
1
votes1
answer229
viewsA: Send more than one JSON file in a single AJAX request
If the data comes from getJson they are not strings; var data = [{"agents":agents, "projects":projects, "spaces":spaces, "events": events}]; Leave so and send normally by ajax request.…