This website requires JavaScript.
Explore
Help
Sign In
luxolus
/
open-consul
Watch
2
Star
0
Fork
You've already forked open-consul
0
Code
Issues
1
Pull Requests
Packages
Releases
Wiki
Activity
b2facb35a9
open-consul
/
ui
/
packages
/
consul-ui
/
app
/
search
/
predicates
/
service.js
5 lines
80 B
JavaScript
Raw
Normal View
History
Unescape
Escape
ui: Add 'Search Across' for finer grained searching (#9282)
2020-12-01 15:45:09 +00:00
export
default
{
ui: Fuzzy and Regex searching (#9424) 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.
2020-12-18 10:38:15 +00:00
Name
:
item
=>
item
.
Name
,
Tags
:
item
=>
item
.
Tags
||
[
]
,
ui: Add 'Search Across' for finer grained searching (#9282)
2020-12-01 15:45:09 +00:00
}
;