We should show to user all the variants where we meet inputted word as a part of name (separated by spaces or '_', por example).
For example, in our database we store an obejct with name 'my_new_pig'. But if we try to search it by word 'pig', we'll get only objects 'dog' and 'six'.
We should show to user all the variants where we meet inputted word as a part of name (separated by spaces or '_', por example). For example, in our database we store an obejct with name 'my_new_pig'. But if we try to search it by word 'pig', we'll get only objects 'dog' and 'six'.