• 首页 首页 icon
  • 工具库 工具库 icon
    • IP查询 IP查询 icon
  • 内容库 内容库 icon
    • 快讯库 快讯库 icon
    • 精品库 精品库 icon
    • 问答库 问答库 icon
  • 更多 更多 icon
    • 服务条款 服务条款 icon

Attask API用户名搜索区分大小写

用户头像
it1352
帮助1

问题说明

我目前正在尝试使用Attask的API拔出基于字符串参数的用户列表,使用name_Mod包含。

I'm currently trying to use Attask API's to pull out a list of users based on a string parameter, using the name_Mod "contains".

到目前为止好,我可以拉回来一个用户名列表和它们对应的ID,但我发现,这个API似乎是区分大小写的。

So far so good, I can pull back a list of usernames and their corresponding ID's but I've found that the api appears to be case sensitive.

例如,我给它的参数丹......

For example, I give it the parameter "Dan"...

https://wibble.attask-ondemand.com/attask/api/user/search?sessionID=wibble&$$LIMIT=2000&name=Dan&name_Mod=contains&fields=ID,name\"

"https://wibble.attask-ondemand.com/attask/api/user/search?sessionID=wibble&$$LIMIT=2000&name=Dan&name_Mod=contains&fields=ID,name"

...我得到丹尼尔·布朗

...and I get results like "Daniel Brown"

我给它丹......

I give it "dan"...

https://wibble.attask-ondemand.com/attask/api/user/search?sessionID=wibble&$$LIMIT=2000&name=dan&name_Mod=contains&fields=ID,name\"

"https://wibble.attask-ondemand.com/attask/api/user/search?sessionID=wibble&$$LIMIT=2000&name=dan&name_Mod=contains&fields=ID,name"

...我得到瑞秋乔丹的结果,但没有丹尼尔·布朗。

...I get results like "Rachael Jordan", but no "Daniel Brown".

有没有办法告诉Attask,我不在乎区分大小写?为了给我两个结果让我发愁吗?或者,如果存在解决这个特殊限制的一种方式?

Is there a way to tell Attask that I don't care about case sensitivity? To just give me both results and let me worry about it? Or a way around this particular limitation if it exists?

正确答案

#1

还有其他 MOD 名为 cicontains 其中, CI 办法区分大小写。你可以使用它来代替。

There is also other MOD named cicontains where ci means case insensitive. You can use it instead.

这篇好文章是转载于:学新通技术网

  • 版权申明: 本站部分内容来自互联网,仅供学习及演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,请提供相关证据及您的身份证明,我们将在收到邮件后48小时内删除。
  • 本站站名: 学新通技术网
  • 本文地址: /reply/detail/tanhcfjhae
系列文章
更多 icon
同类精品
更多 icon
继续加载