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
Unable to change language


Language change (inside your application) is not affected by desktop APIs. It is a local feature. Perhaps some previous js errors lead to loading issues (check developer console).

Regarding angular 14 upgrade: Yes it is recommended to upgrade and rebuild is done by your dev environment (if set up in your angular.json and package.json) or you CI if you have. There should be guide for merging upstream changes. Coming soon in COnX Info

  
  
Posted 2 years ago
Lucas Reeh
108 × 4 Administrator
  
  

Since I am still in development, I was thinking I will just download the new supersonic archetype with the 1.3.1 Snapshot and move my source code into it. Feels somehow easier. Do you see any downside to that?

Anand Natampalli   2 years ago Report
  
  

Great idea, seems easier!

Lucas Reeh   2 years ago Report
  
  

Ok thank you!So I'll wait till tomorrow for 1.3.1 :-) .Btw you were right about the console error for language. The en.json had missing commas :-(.

Anand Natampalli   2 years ago Report
  
  

Is the 1.3.1 Snapshot coming? Or is there a change in plan?

Anand Natampalli   2 years ago Report
  
  

The newest release 1.3.0 is ready now.

Lucas Reeh   2 years ago Report
Show more results postcomments
817 Views
0 Answers
2 years ago
2 years ago