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
Unanswered
How to check if app is opened inside symphony or directly in browser?


Hi Ankit,

Thank you for your question,

If you wanted to check & troubleshoot whether your extension application was opened inside the Symphony Desktop Client or Symphony Web Client (accessed via web browser) - you will need to use the 'Developer Tools' on each of the clients.

For the Symphony Desktop Client - you will need to click on the following selections from the top naviagation pane.
'Help' --> 'Troubleshooting' --> 'Toggle Developer Tools'

For the Symphony Web Client (accessed by web browser) - you will need to open the 'Developer Tools' from the web browser such as Chrome.

This will open the Developer Tools in a new window - you can click on the 'Network' tab & ensure the 'Console' view is shown on the bottom section.

You can clear the existing logs on the Network & Console sections before proceeding to opening the extension application from where you are loading it from.

You will be able to see if whehter the extension application appears on the Developer Tools on either the Symphony Desktop Client or Web Client. You will find the log entry that appears with the reference to the extension application too to ensure it is the right application.

I hope this helps but should you have any further questions or feedback - please let us know.

  
  
Posted one year ago
Kaosar Ahmed
310 × 3 Administrator
  
  

Sorry for not giving more detail. I need to check it programatically.

Ankit Kapoor   one year ago Report
298 Views
0 Answers
one year ago
one year ago