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
Test Extension App in Sandbox
Test extension app in sandbox
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 (outside Symphony) and I can see in the readme.md that I should upload the bundle to my pod using the querystring. However, at this stage I'm working in the develop2 sandbox. Can I upload and test my extension app from there or do I have to have a corporate pod before I can do this? Thanks
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 (outside Symphony) and I can see in the readme.md that I should upload the bundle to my pod using the querystring. However, at this stage I'm working in the develop2 sandbox. Can I upload and test my extension app from there or do I have to have a corporate pod before I can do this? Thanks
#extension-app #sandbox
#extension-app #sandbox
Test extension app in sandbox
Test extension app in sandbox
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 (outside Symphony) and I can see in the readme.md that I should upload the bundle to my pod using the querystring. However, at this stage I'm working in the develop2 sandbox. Can I upload and test my extension app from there or do I have to have a corporate pod before I can do this? Thanks
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 (outside Symphony) and I can see in the readme.md that I should upload the bundle to my pod using the querystring. However, at this stage I'm working in the develop2 sandbox. Can I upload and test my extension app from there or do I have to have a corporate pod before I can do this? Thanks
#extension-app #sandbox
#question
2 years ago
Original
Test extension app in sandbox

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 (outside Symphony) and I can see in the readme.md that I should upload the bundle to my pod using the querystring. However, at this stage I'm working in the develop2 sandbox. Can I upload and test my extension app from there or do I have to have a corporate pod before I can do this? Thanks
#question