mirror of
				https://github.com/lacerta-doc/Lacerta.git
				synced 2025-11-04 08:50:47 +00:00 
			
		
		
		
	Revert "検索オブジェクト作成 WIP"
This reverts commit c2aada949e1ac8c30675afb6bea7eb61eafbfff4.
This commit is contained in:
		
							parent
							
								
									1a360057b6
								
							
						
					
					
						commit
						cbf56dd331
					
				@ -1,6 +0,0 @@
 | 
			
		||||
package one.nem.lacerta.model.search;
 | 
			
		||||
 | 
			
		||||
public class SearchRequest {
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
}
 | 
			
		||||
@ -1,21 +1,4 @@
 | 
			
		||||
package one.nem.lacerta.model.search;
 | 
			
		||||
 | 
			
		||||
public enum SearchType {
 | 
			
		||||
 | 
			
		||||
    TITLE("title"),
 | 
			
		||||
    DESCRIPTION("description"),
 | 
			
		||||
    TAG("tag"),
 | 
			
		||||
    PATH("path"),
 | 
			
		||||
    CONTENT("content");
 | 
			
		||||
 | 
			
		||||
    private final String value;
 | 
			
		||||
 | 
			
		||||
    private SearchType(String value) {
 | 
			
		||||
        this.value = value;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    public String getValue() {
 | 
			
		||||
        return value;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user