最近搜索
没有最近搜索
Help with search syntax : OR
Answered
已于 2024年1月30日 发布
Hi,
I am trying to do an OR search in zendesk and cannot seem to get full list of tickets.
I need to search for a numerical value that may or may not have a letter attached to it.
Can someone help with the syntax to get a complete list of tickets containing this information?
Example : search for tickets containing 123456 OR C123456.
1
6
6 条评论
正式
David
For Combining Different Fields with OR Logic:
- When you tried (query=organization_id:17641448189073 OR type:ticket), and it didn't return the expected results, it's likely because of how Zendesk interprets OR between different field types.
Correct Syntax and Approach:
- For Numerical Value OR Prefixed: Use 123456 OR "C123456" directly in the search bar in the Support interface. Ensure there's no space before or after OR to avoid confusion. Based on your reply, that space may be the issue here.
- For Different Fields (e.g., organization_id OR type): Ensure you're using the correct field names and that the syntax follows Zendesk's guidelines. If direct OR queries aren't working, consider:
Breaking down your search into two parts and manually combining the results.
0
Manuel
Hi, this works for me ( Field_1:"A" OR Field_X:"B" ) Field_2:"C" Field_3:"D",
It’s looking for items where (Field_1 is "A" or Field_X is "B") and Field_2 is "C" and Field_3 is "D".
0
Alan Holmes
1263082087049 please review as we're not seeing the OR function work properly on our instance either. For example, when I try to search for one of 3 different keywords, ZenDesk search returns the confused robots saying “Something went wrong”.
0
Bryan Matias
Also reporting that the suggested OR search (`"search_term_1" “search_term_2”`) uses AND.
Is this a bug?
1
正式
David
For Combining Different Fields with OR Logic:
- When you tried (query=organization_id:17641448189073 OR type:ticket), and it didn't return the expected results, it's likely because of how Zendesk interprets OR between different field types.
Correct Syntax and Approach:
- For Numerical Value OR Prefixed: Use 123456 OR "C123456" directly in the search bar in the Support interface. Ensure there's no space before or after OR to avoid confusion. Based on your reply, that space may be the issue here.
- For Different Fields (e.g., organization_id OR type): Ensure you're using the correct field names and that the syntax follows Zendesk's guidelines. If direct OR queries aren't working, consider:
Breaking down your search into two parts and manually combining the results.
0
Zoho Tester
Brett Bowser :
This OR search was not working when I use the two different fields in the query param.
example: (query=organization_id:17641448189073 OR type:ticket). In this case it shows like no result found. But if i try like (query=organization_id:17641448189073 type:ticket). It internally uses the "AND" search and I'm getting results for this exact match.
Could you Please check with the developers? For the correct match.
2
Brett Bowser
Let me know if that doesn't get you what you're looking for. Cheers!
-1
登录 to leave a comment.