esbtools / event-handler

Notification in, document out.
GNU General Public License v3.0
3 stars 6 forks source link

Use array of strings "values" instead of single string "value" for documentEvent parameters #78

Open alechenninger opened 7 years ago

alechenninger commented 7 years ago

This would be more expressive, since it supports single value cases fine (just use one indice) and multiple value cases better (user real multiple values instead of single value with delimiter).

Basically it saves on delimiter code in both writes, parsing, and querying.