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

Questions with tag extension-app

Questions with tag extension-app

Tags
Sorting
Results
per page
Filter

   
0 Votes
1 Answers
4K Views
0 Votes 1 Answers 4K Views
How to assign permissions to make the bot Administrator role where it could add itself into the chat room after checking public room or not . Once it adds it...
0 Votes
2 Answers
4K Views
0 Votes 2 Answers 4K 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
4K Views
0 Votes 1 Answers 4K Views
Can I create an extension app in develop2 sandbox that can read and reply to messages
0 Votes
1 Answers
8K Views
0 Votes 1 Answers 8K 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
3 Answers
9K Views
0 Votes 3 Answers 9K Views
What are the config steps to use angular for UI in extension application.
0 Votes
1 Answers
8K Views
0 Votes 1 Answers 8K 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
1 Answers
9K Views
0 Votes 1 Answers 9K Views
We wish to update our application's description and icon in the Symphony Market (on the 'my.symphony.com' pod). Simply updating the bundle.json file has no e...
0 Votes
1 Answers
8K Views
0 Votes 1 Answers 8K Views
https://docs.developers.symphony.com/v/v20.13/building-extension-applications-on-symphony/overview-of-extension-api/extension-api-services/modules-service st...
0 Votes
2 Answers
9K Views
0 Votes 2 Answers 9K 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 Votes
1 Answers
9K Views
0 Votes 1 Answers 9K Views
Hi, I'm trying to create an extension app and managed to get the yo symphony sample to work in the symphony web client. I'm using the python version of the a...
2 Votes
1 Answers
11K Views
2 Votes 1 Answers 11K Views
Hi I'm trying to create an extension app, using the example here: https://github.com/symphonyoss/extension-api-examples I can see the web app in my browser (...