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
After change the view.json file in the created json contains special characters

This topic it is for Astrakode.
In order to update a component view.json we need to:

  1. connect with Remote Desktop to the AWS Windows instance (EC2),
  2. make the changes to the view.json file
  3. svn commit
  4. connect via SSH to the AWS Jboss instance (EC2) and run the command curl -X POST -H "Content-Type: application/json" -d '{"componentVersion":"akb_1.1.0" }' http://localhost:8081/AstraKodeWS/rs/public/clearCache with the right version

After these steps we get an error on the FE about special characters for some components.

  
  
Posted one year ago
Votes Newest

Answers


The problem is inside the view.json files for those components. These files have some special characters inside, if they are not visible try with an HEX editor, for example installing an HEX plugin in notepad++.

With the HEX editor these characters will be visible.

  
  
Posted one year ago
6 Views
1 Answer
one year ago
one year ago
Tags