mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 19:58:00 +00:00
Support preloading keywords for improved performance
This commit is contained in:
@@ -891,6 +891,14 @@ public class AdvancedSearch {
|
||||
return caption.substring(emptyCaption.length());
|
||||
}
|
||||
|
||||
public FilterOption getOption() {
|
||||
return option;
|
||||
}
|
||||
|
||||
public FilterOperator getOperator() {
|
||||
return operator;
|
||||
}
|
||||
|
||||
public Predicate<T> getPredicate() {
|
||||
return predicate;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user