Github has [search syntax](https://docs.github.com/en/search-github/getting-started-with-searching-on-github/understanding-the-search-syntax). Can we do the same with ransack? For example, query "x:1 y:>2" converted to `{ x_eq: 1, y_gt: 2}`. I built prototype for this https://github.com/stereobooster/search_syntax. WDYT?