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
Possible to embed into iFrame?

Consider the following use-case:
We are offering accounting services and we have some difficult customers sometimes (they typically show up at the end of year), which require some internal discussion. I imagine that this discussion will happen on Scoold using the customerID as a tag. In our accounting systems we have the ability to embed any iframe. The idea would be to have a webpage with all tags relevant to that customer show up whenever we click on the customer in our own system. I made a quick test and it seems like Scoold refuses to be in an iFrame. Slack also refuses this for example and they have confirmed it when I contacted them. Their reason was security.

My question is whether this would be easy to change in our own deployment?

Votes Newest

Answers


I very much doubt that Scoold will run in an iFrame, especially with the Content Security Policy turned on. You could, of course, turn that off and try.

  
  
Posted 4 years ago
Alex Bogdanovski
1K × 9 Administrator