I’m trying to search records with a date and the url looks like crap.
Here is a url:
domain.com/attendances?search[(3i)2(1i)2007(2i)8(2i
%29%5D=8&search%5B%283i%292%281i%292007%282i%298%283i%29%5D=2&search%5B
%283i%292%281i%292007%282i%298%281i%29%5D=2007
from what I’ve read its URL encoding. How can I get rid of it and make
my url clean? Would I have to use a custom route? Thanks for any help.