apijson-doc icon indicating copy to clipboard operation
apijson-doc copied to clipboard

如何支持相同字段,多条件搜索?

Open martin-1120 opened this issue 1 year ago • 2 comments

age in (18, 20) age > 30 这样如何搜索?

martin-1120 avatar Dec 16 '23 11:12 martin-1120

去主项目提 issue,提之前先看常见问题 https://github.com/Tencent/APIJSON/issues/36

TommyLemon avatar Dec 16 '23 13:12 TommyLemon

这种的可以  age{}:' >100,=10' 但是下面这种呢?似乎不行

这种同一个字段要多次用的呢,  ( age = 10  ) or ( age > 20 and status =1 )

------------------ 原始邮件 ------------------ 发件人: "vincentCheng/apijson-doc" @.>; 发送时间: 2023年12月16日(星期六) 晚上9:26 @.>; @.@.>; 主题: Re: [vincentCheng/apijson-doc] 如何支持相同字段,多条件搜索? (Issue #54)

去主项目提 issue,提之前先看常见问题 Tencent/APIJSON#36

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>

martin-1120 avatar Dec 16 '23 14:12 martin-1120