5dbfbf0049
Moves search things around to match an interface that can be switched in and out of fuzzy searching using fuse.js. We add both fuzzy searching and regex based searching to the codebase here, but it is not yet compiled in.
5 lines
70 B
JavaScript
5 lines
70 B
JavaScript
export default {
|
|
ID: item => item.ID,
|
|
Name: item => item.Name,
|
|
};
|