Jeff Wilson
Jeff Wilson
@floifyed AAAhhhh, this is probably the answer! Total deficiency on my part for not catching that. For my solution, I ended up just toggling the visibility of a single croppie...
Any news on potentially updating keystone with mongoose 5.x?? I'm In the midst of building and app, and just realized I don't have .aggregate $lookup capability to create joins :(...
Just wanted to update a workaround for for mongoose 4.x and lower. I figured out a way to gain aggregate functionality utilizing the cursor function like so: ``` keystone.list('Model').model.aggregate(pipeline) .cursor().exec()...
Yeah I was actually considering forking and taking a look at making this more customizable. I like to make the search a major feature of the site, so being able...
@TaylorS15 How did you get it to install through WSL? I'm not familiar at all with it. I tried running `wsl curl -sSfL https://get.tur.so/install.sh | bash` But this throws syntax...
I deleted my original complaining session to update that I was able to come up with a solution. I now realize if I would have looked at the OP a...