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
Front end flexibility of scoold

Hi,

My team are looking at using scoold. As a UX/UI designer I was wondering how much can we change the appearance of this or if there are examples of people using scoold with their own UI?

9
9
Posted 6 years ago
  
  

I think this is a demo and no one would reply you ;)

Emanuele De Cupis   5 years ago Report
Votes Newest

Answers


You use your own CSS file by setting para.stylesheet_url = "http://url.to/your_style.css". Apart from that, anything can be modified if you're comfortable recompiling the project with Maven.

9
9
Posted 6 years ago
Alex Bogdanovski
1K × 9 Administrator
1
1

Sounds good!

Peter Geurts   5 years ago Report