Examples: query, "exact match", wildcard*, wild?ard, wild*rd
Fuzzy search: cake~ (finds cakes, bake)
Term boost: "red velvet"^4, chocolate^2
Field grouping: tags:(+work -"fun-stuff")
Escape special characters +-&|!(){}[]^"~*?:\ - e.g. \+ \* \!
Range search: properties.timestamp:[1587729413488 TO *] (inclusive), properties.title:{A TO Z}(excluding A and Z)
Combinations: chocolate AND vanilla, chocolate OR vanilla, (chocolate OR vanilla) NOT "vanilla pudding"
Field search: properties.title:"The Title" AND text
Profile picture
Ankit Kapoor
Moderator
4 Questions, 1 Answer
  Active since 08 October 2021
  Last activity one year ago

Reputation

0

Badges 2

Editor Eureka!
0 Votes
2 Answers
962 Views
0 Votes 2 Answers 962 Views
Its an extension app where we need to check if app is opened inside symphony. One of the available condition was to check if window.top is same as window.sel...
0 Votes
1 Answers
2K Views
0 Votes 1 Answers 2K Views
We're trying to create an excel file programatically and download within Symphony desktop application, however when this operation is performed the extension...
2 years ago
0 Votes
1 Answers
2K Views
0 Votes 1 Answers 2K Views
There are two apps A & B. App A is deployed on exampleA.com and B is deployed on exampleB.com . In order to call a service of App A from App B, the App B con...
0 Votes
2 Answers
2K Views
0 Votes 2 Answers 2K Views
Hi, I'm trying to create a remote service in one extension app and subscribing it in another which unfortunately is not working. Following is the snippet: So...
0 Not Able to register remote service

Thanks for the update, I'll work accordingly. Is the position where I'm registering to remote service correct i.e. after application is registered or should I do it just after registering service?

2 years ago