mirror of
https://github.com/MontFerret/ferret.git
synced 2025-07-05 00:49:00 +02:00
Added missed UA setting (#318)
* Added misset UA setting * Update doc_ua.fql * Delete ferret_embedding_basic.go
This commit is contained in:
@ -7,6 +7,8 @@ func NewLib() map[string]core.Function {
|
||||
"CONCAT": Concat,
|
||||
"CONCAT_SEPARATOR": ConcatWithSeparator,
|
||||
"CONTAINS": Contains,
|
||||
"ESCAPE_HTML": EscapeHTML,
|
||||
"DECODE_URI_COMPONENT": DecodeURIComponent,
|
||||
"ENCODE_URI_COMPONENT": EncodeURIComponent,
|
||||
"FIND_FIRST": FindFirst,
|
||||
"FIND_LAST": FindLast,
|
||||
@ -34,5 +36,6 @@ func NewLib() map[string]core.Function {
|
||||
"TRIM": Trim,
|
||||
"UPPER": Upper,
|
||||
"FMT": Fmt,
|
||||
"UNESCAPE_HTML": UnescapeHTML,
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user