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 2

one year ago
Is it possible to load Symphony chat box in our custom web application once user is authenticated or has a valid session?
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!
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. Is this possible? Thanks!
#question
#question
one year ago
Original
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. Is this possible? Thanks!
#question