iaom
|
3925e34749
|
fix(frontend&searchPlugin):增加资源类型,最佳匹配中每种资源类型只显示1种
|
2024-03-06 16:42:13 +08:00 |
iaom
|
971e827a0b
|
增加文本内容解析配置功能和强制执行增量更新功能
|
2024-01-25 09:47:09 +08:00 |
iaom
|
9ff607afe1
|
fix(search-iface):解决部分搜索插件搜索结果中含有换行符时UI显示异常的问题
|
2023-12-20 15:51:38 +08:00 |
iaom
|
4b513cf00f
|
Fix(file-content-search):关闭ocr索引时,不再搜索ocr数据
|
2023-12-15 13:43:42 +08:00 |
iaom
|
26d363ab3f
|
fix(file-search-plugin):修复文件搜索插件中死循环的问题
|
2023-10-16 05:56:53 +00:00 |
iaom
|
d6e3cd46e9
|
feat(ukui-search-service):为OCR内容索引增加单独的数据库和单独控制开关
|
2023-09-28 08:46:33 +00:00 |
JunjieBai
|
d6ef08f769
|
Optimize the logic of the function which is used to snippet chinese in order to adapt to the GB18030-2022 standard.
|
2023-07-27 13:59:21 +08:00 |
iaom
|
637e71e277
|
修复文件索引中部分中文字符在term中被截断的问题
|
2023-07-24 11:39:18 +08:00 |
JunjieBai
|
455dc0bee6
|
Fix the problem that the right side of the content search's detail page was blocked.
|
2023-07-19 11:35:43 +08:00 |
iaom
|
d1bf50859a
|
解决当搜索UI关闭后未正确停止插件搜索线程的问题;解决遍历搜索时文件搜索插件长时间cpu占用较高的问题。
|
2023-06-14 06:21:18 +00:00 |
JunjieBai
|
e52bc8ca76
|
Use json to optimize the config file of user's block dir.
|
2023-05-08 06:53:49 +00:00 |
iaom
|
e5e62cd3f7
|
解决一些编译警告,删除一些无用代码,更新README
|
2023-04-24 14:07:56 +08:00 |
JunjieBai
|
c5304dfe94
|
Remove some compilation warnings.
|
2023-04-24 09:28:42 +08:00 |
iaom
|
37e3de3cee
|
解决全局搜索中遍历搜索不能搜索到顶层文件夹的问题
|
2023-04-21 11:22:41 +08:00 |
JunjieBai
|
fbd391d110
|
Fix the proble that can not add '/' to the block dirs in ukcc plugin.
|
2023-04-12 17:16:30 +08:00 |
jixiaoxu
|
0725b5b097
|
中文分词接口统一处理;
|
2023-03-20 15:21:58 +08:00 |
JunjieBai
|
6b06460e79
|
Add a switch for fuzzy search.
Add the logic to custom the search scope.
Modify the ui of search plugin of ukcc.
|
2022-12-07 17:52:17 +08:00 |
iaom
|
83f1b904ad
|
解决文件内容搜索详情页获取数据时偶现的崩溃问题
|
2022-11-30 16:19:18 +08:00 |
iaom
|
134d2039ec
|
增加文件内容模糊搜索功能,优化全局设置代码
|
2022-11-29 14:05:16 +08:00 |
baijunjie
|
7daa82e66f
|
Encapsulate the basic interface of cppjieba and hanzi to pinyin.
Use the perfect forword to optimize the 'isMultiTone' interface.
|
2022-05-19 14:32:31 +08:00 |
iaom
|
ffd72cbaba
|
索引搜索的权重相同的结果项按照修改时间新->旧排列。
|
2022-04-19 09:16:20 +08:00 |
jixiaoxu
|
42f7043f6b
|
文本内容搜索扩展OCR功能;
|
2022-04-13 13:46:30 +08:00 |
baijunjie
|
5e818464c8
|
Story#8966:the '/data' directory can be searched by direct search.
|
2022-04-08 11:15:18 +08:00 |
jixiaoxu
|
2e668d374a
|
新增OCR功能后端;修复内存泄漏一处;
|
2022-03-08 10:32:11 +08:00 |
iaom
|
0fea295bea
|
Fix a potential bug in plugin interface.
|
2022-03-08 10:16:21 +08:00 |
iaom
|
e6cb935fc0
|
Change namespace.
|
2021-12-14 14:43:35 +08:00 |
iaom
|
ba88374273
|
添加数据库搜索单次数量限制。
|
2021-11-11 14:01:15 +08:00 |
iaom
|
b50d51dfc8
|
Integrate blacklist function into Xapian database.
|
2021-11-10 10:20:16 +08:00 |
iaom
|
26acf20077
|
Merge from dev-unity.
|
2021-10-19 11:14:35 +08:00 |
iaom
|
9998b87f29
|
Fix: Black list wont't work when block home location.
|
2021-09-15 14:47:08 +08:00 |
iaom
|
96cc2b3bd0
|
Merge from dev-unity.
|
2021-08-25 18:00:53 +08:00 |
iaom
|
d9ac480ae1
|
Fix:Wrong mutex operation in search-manager.
|
2021-08-24 17:14:28 +08:00 |
iaom
|
1e0f66c8ff
|
Merge from dev-unity.
|
2021-08-20 16:03:51 +08:00 |
baijunjie
|
a7e296ca0c
|
fix the question that the keyword will be cut off in the resultPage of the file content search.
|
2021-08-20 10:10:46 +08:00 |
baijunjie@kylinos.cn
|
cc3cd423f9
|
make a snippet without cut cjk char
|
2021-08-06 17:45:28 +08:00 |
iaom
|
ea5242b921
|
Update UI;Update internal plugins.
|
2021-08-06 10:54:48 +08:00 |
jixiaoxu
|
ba0e71c23d
|
Add order of best match results;Fix best match dissplay bug;
|
2021-08-03 16:08:30 +08:00 |
iaom
|
7d569715ea
|
Add internal plugin detail pages;
Modified debian files.
|
2021-07-31 16:12:04 +08:00 |
iaom
|
0894cd56a8
|
Merge from dev-unity.
|
2021-07-20 11:28:36 +08:00 |
iaom
|
37fa621452
|
[Fix] Path inclusive relation judgment incorrectly.
|
2021-07-06 16:53:32 +08:00 |
iaom
|
5833658c82
|
Merge from dev-untiy.
|
2021-06-19 15:55:22 +08:00 |
fensite
|
2154e5cae0
|
Update search-manager.cpp
|
2021-05-28 17:33:15 +08:00 |
Mouse Zhang
|
8e3fd0b1d1
|
Update search-manager.cpp
|
2021-05-28 15:49:49 +08:00 |
iaom
|
a6d98d5085
|
Some optimization.
|
2021-05-28 14:22:17 +08:00 |
iaom
|
1ab8001445
|
Add modify time in result info.
|
2021-05-28 10:16:28 +08:00 |
iaom
|
c643518001
|
Add file search internal plugins.
|
2021-05-27 21:10:11 +08:00 |
iaom
|
abce24773c
|
Fix:Index process crashed when parsing some wps templates.
|
2021-05-17 14:47:39 +08:00 |
fensite
|
e6b3455966
|
Update search-manager.cpp
|
2021-05-08 11:02:13 +08:00 |
rookie-J
|
b552c4f7a5
|
Fix blockpath uneffective problem
|
2021-05-08 09:26:12 +08:00 |
iaom
|
2f0e34774f
|
Add namespace 'Zeeker';
Add plugin iface;
Add libchinese-segmentation-dev package;
Update translations.
|
2021-04-30 16:28:50 +08:00 |