feat: search
This commit is contained in:
@@ -25,11 +25,12 @@ const CountMethod = "Count"
|
||||
const SortedByOrderMethod = "SortedByOrder"
|
||||
|
||||
var RawTemplates = map[string]string{
|
||||
CreateMethod: CreateRawTemplate,
|
||||
GetAllMethod: GetAllRawTemplate,
|
||||
GetByIdMethod: GetByIdRawTemplate,
|
||||
UpdateMethod: UpdateRawTemplate,
|
||||
DeleteMethod: DeleteRawTemplate,
|
||||
CountMethod: CountRawTemplate,
|
||||
SortedByOrderMethod: SortedByOrderTemplate,
|
||||
CreateMethod: CreateRawTemplate,
|
||||
GetAllMethod: GetAllRawTemplate,
|
||||
GetByIdMethod: GetByIdRawTemplate,
|
||||
UpdateMethod: UpdateRawTemplate,
|
||||
DeleteMethod: DeleteRawTemplate,
|
||||
CountMethod: CountRawTemplate,
|
||||
SortedByOrderMethod: SortedByOrderTemplate,
|
||||
SearchByAllStringFields: SearchByAllStringFields,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user