mirror of
https://github.com/lacerta-doc/Lacerta.git
synced 2025-04-17 21:50:49 +00:00
Revert "検索モード実装"
This reverts commit e8f51d37171a4e63625dfca2cde36f0486e20a02.
This commit is contained in:
parent
bc8e68126b
commit
1a360057b6
@ -1,14 +0,0 @@
|
|||||||
package one.nem.lacerta.model.search;
|
|
||||||
|
|
||||||
public enum SearchMode {
|
|
||||||
AUTO("auto"),
|
|
||||||
EXACT("exact"),
|
|
||||||
LIKE("like"),
|
|
||||||
FULLTEXT("fulltext");
|
|
||||||
|
|
||||||
private final String value;
|
|
||||||
|
|
||||||
private SearchMode(String value) {
|
|
||||||
this.value = value;
|
|
||||||
}
|
|
||||||
}
|
|
Loading…
x
Reference in New Issue
Block a user