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")
Escaping: Escape characters +-&|!(){}[]^"~*?:\ with \, 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
Is it possible to load Symphony chat box in our custom web application once user is authenticated or has a valid session?

Let's say we have an application built on Angular and Spring Boot and I was able to create chat rooms, listen to message sents in the backend.

However, I am curious if there is a library for the frontend so that we can re-use symphony chat GUI inside our Angular app. So instead of having our custom webapp as extension app inside Symphony, it will be the other way around.

Is this possible? Thanks!

  
  
Posted 5 months ago
Edited 5 months ago
Votes Newest

Answers

324 Views
1 Answer
5 months ago
5 months ago
Tags