vran-dev / PrettyZoo

😉 Pretty nice Zookeeper GUI, Support Win / Mac / Linux Platform
Apache License 2.0
3.11k stars 361 forks source link

搜索优化建议 #257

Closed zhaowengxing closed 9 months ago

zhaowengxing commented 2 years ago

ISSUE

version: latest

platform:

package type: platform default

OS version: Windows10

description: 非常感谢版主的辛苦付出,软件使用性能非常方便,请问有赞助链接吗? 优化上有几个小建议: 1.单击搜索结果,没有显示节点内容;双击跳转出搜索了,可以改善吗 2.搜索能有循环吗,比如 搜索词为 a[空格]b 先搜索a,然后再从搜索结果中,搜索b image 2.节点内容,不能固定用json模式,每次都要手动切换

log: 搜索

you can find log in {user.home}/.prettyZoo/log

zhaowengxing commented 2 years ago

我的微信wxid_zqikfodbmqwv22

vran-dev commented 2 years ago

@zhaowengxing

hello, 上面应该是提了三个问题对应了三个需求

  1. 搜索结果单击显示节点详情,但不跳转
  2. 支持空格分隔查询(and 连接)
  3. 固定节点数据类型模式

目前看来第 3 个可能不是有必要,因为 prettyZoo 会自动识别数据类型做高亮,点击 json 或 xml 按钮实际上是在做数据格式化。

zhaowengxing commented 2 years ago

第3个需求:对于快速浏览节点内容,格式化后的json,比raw更容易确定是自己想要的内容