Ryan Mitchell
Ryan Mitchell
@helloiamlukas I feel responsible :)
I get around this by making a 'name' column with a trigger that concatenates both first_name and last_name
@stuartcusackie It should do yes
Hello Yes it would need to be able to multi-select. Effectively we are trying to do a refinementList but with a hierarchy, allowing us to have grouped lists for refinement...
No problem - if I was to work on it would it be of interest to you as a PR? > On 8 Dec 2016, at 16:10, Alex S wrote:...
@bobylito Just one further question - is there any way of getting the complete hierarchy with the number of results per item? Currently I can only get the main root...
I ended up storing the list of categories in a normal SQL database and then outputting that aspect outside of instantsearch, with an onchange event in JS to update instantsearch...
@piersb - nothing to share really. We just output the refinements using SQL and then using an on change event added or removed them from the refinement list. Pretty simple...
This issue still exists in both eloquent driver and in eloquent users. I guess it doesn't exist in YAML-land as null values are being stripped out, whereas in eloquent-land we're...
Thanks for all the changes. As always you’ve made it much better.