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
Answered
Extension application triggered by cache tags

The [Building an Extension App with #hashtags & $cashtags] (https://docs.developers.symphony.com/ext-apps/tutorials/building-an-extension-app-with-hashtags-+-usdcashtags)section in 'Symphony Developers Documentation > Extension Apps Tutorials' is difficult to understand because it is based on a BDK1.0 generated It is difficult to understand. because the explanation is based on the project generated by BDK1.0.
BDK1.0 is no longer supported and cannot be used, I would like to know if there is any sample code for the whole of the above project or any way to learn about how to create an Extension App with BDK2.0.

  
  
Posted 9 months ago
Edited 9 months ago
Votes Newest

Answers


The old BDK 1.0 guides have all been removed and replaced by new guides that make use of the new App Developer Kit. Please have a look - it should make developing extension apps much easier than before.
https://docs.developers.symphony.com/dev-tools/app-developer-kit/build-a-basic-extension-app

  
  
Posted 7 months ago
Yong Sheng Tan
39 × 2 Administrator