I'm trying to setup a person dataset (firstname, lastname, nickname, ...) in typesense.. would it be best to setup firstname in typesense as a string array containing firstname and nickname? Would this be the easiest way to search for someone? make it easy for the queries Joe Sanders or Joseph Sanders.. or maybe I should just have a name string array, and merge the name together?