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
on-prem HTTPS and para console


Yes, to both questions.

  1. You can enable HTTPS in the JVM using Spring Boot's configuration properties, or use nginx instead.
    https://github.com/Erudika/scoold#self-hosting-para-and-scoold-through-ssl

  2. The Para Web Console is an open source project - simply clone it and use it however you like. It's 100% client-side, so it doesn't really matter if you host it locally or not.
    https://github.com/erudika/para-admin-ui

6
6
Posted 3 years ago
Alex Bogdanovski
1K × 9 Administrator
234 Views
0 Answers
3 years ago
3 years ago