excieve / dragnet

Catching the big fish
MIT License
2 stars 1 forks source link

vehicles.all_names: change ";" to "; " #11

Closed pro100olga closed 6 years ago

pro100olga commented 6 years ago

Now we separate the names of the vehicles by ";", but then it is considered as a single string, and it is impossible to make text search. E.g., if a declarant has 2 cars: Mercedes and Porsche, vehicles.all_names will be equal to "Mercedes;Porsche", and will not appear in the search for "Mercedes Porsche". That's why we need to add space