I recently changed Field.to_query to Field.to_query_value and I could honestly change all these to make them a little clearer:
.to_value to .to_field_value
.to_interface to .to_interface_value
You get the idea. I think this would be worth doing at some point.
I recently changed
Field.to_queryto Field.to_query_value and I could honestly change all these to make them a little clearer:.to_valueto.to_field_value.to_interfaceto.to_interface_valueYou get the idea. I think this would be worth doing at some point.