feat(core): Expand filtering into pipeline supporting multiple text search modes.
Modes include: exact match, smart-case, and regular expressions.
This commit is contained in:
@@ -1,2 +1,6 @@
|
||||
pub mod exact;
|
||||
pub mod filter;
|
||||
pub mod navigation;
|
||||
pub mod pipeline;
|
||||
pub mod regex_filter;
|
||||
pub mod strategy;
|
||||
|
||||
Reference in New Issue
Block a user