Closed danielballan closed 8 years ago
:+1: leave to @arkilic to merge. Can we support the same thing in client?
Nice feature, so we can perform search on all fields easily. Do we need to include this also on event or descriptor?
Definitely not on events, maybe on descriptors. That would solve the "I know the motor was called 'ssx'" problem
The search on events will be too heavy. And all important information are actually stored in start/stop/descriptors.
This PR already includes an index on descriptor. Only event is left out.
👍
As we migrate to Mongo 3.2 (planned for tomorrow) we can support fast text search, which I demonstrated awhile ago in this toy project, 'broker search'
Relevant section of Mongo docs