This website requires JavaScript.
Explore
Help
Sign In
status-im
/
consul
mirror of
https://github.com/status-im/consul.git
Watch
2
Star
0
Fork
You've already forked consul
0
Code
Issues
Projects
Releases
Wiki
Activity
613dd7d053
consul
/
ui
/
packages
/
consul-ui
/
app
/
search
/
predicates
/
acl.js
5 lines
70 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
ID
:
item
=>
item
.
ID
,
Name
:
item
=>
item
.
Name
,
ui: Add 'Search Across' for finer grained searching (#9282)
2020-12-01 15:45:09 +00:00
}
;