If there’s a plus sign, i.e. ‘+’, in a record (in a string field), when selected in the refined search the grid will return zero records.
Seems a recurring case of SC functions handling strings without properly encoding\escaping them.
These kinds of issues have been reported a lot of times.
@NetMake I really appreciate your efforts and I like SC a lot, but IMHO a professional development tool should not have these problems.
I may be wrong as I’m not a professional developer, but as a company it should be easy for you to standardize procedures to handles strings in PHP\JS\Jquery\whatever and always handling them in the same and safe manners (i.e. process them via the same procedures).