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
Back to post

Revisions 3

2 years ago
Yong Sheng Tan
39 × 2 Administrator
Extension App on Desktop Client
Extension App on Desktop Client
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 app and I can see the log of all requests the web client makes to the app ( https://localhost:4000 ). When I install the app, it succesfully creates the "Circle of Trust' entry in the Application tab and I can interact with the app without any problem. When I try to install the app on the desktop client (version 1.5), I can't see any requests in the log and the Application tab doesn't change. Do I have to do some configuration for the extension apps work on symphony desktop client ? Thanks
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 app and I can see the log of all requests the web client makes to the app ( https://localhost:4000 ). When I install the app, it succesfully creates the "Circle of Trust' entry in the Application tab and I can interact with the app without any problem. When I try to install the app on the desktop client (version 1.5), I can't see any requests in the log and the Application tab doesn't change. Do I have to do some configuration for the extension apps work on symphony desktop client ? Thanks
#sda #extension-app #sandbox
#sda #extension-app
Extension App on Desktop Client
Extension App on Desktop Client
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 app and I can see the log of all requests the web client makes to the app ( https://localhost:4000 ). When I install the app, it succesfully creates the "Circle of Trust' entry in the Application tab and I can interact with the app without any problem. When I try to install the app on the desktop client (version 1.5), I can't see any requests in the log and the Application tab doesn't change. Do I have to do some configuration for the extension apps work on symphony desktop client ? Thanks
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 app and I can see the log of all requests the web client makes to the app ( https://localhost:4000 ). When I install the app, it succesfully creates the "Circle of Trust' entry in the Application tab and I can interact with the app without any problem. When I try to install the app on the desktop client (version 1.5), I can't see any requests in the log and the Application tab doesn't change. Do I have to do some configuration for the extension apps work on symphony desktop client ? Thanks
#sda #extension-app
#question
2 years ago
Original
Extension App on Desktop Client

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 app and I can see the log of all requests the web client makes to the app ( https://localhost:4000 ). When I install the app, it succesfully creates the "Circle of Trust' entry in the Application tab and I can interact with the app without any problem. When I try to install the app on the desktop client (version 1.5), I can't see any requests in the log and the Application tab doesn't change. Do I have to do some configuration for the extension apps work on symphony desktop client ? Thanks
#question