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
How to manually interact with the para database?

For example, if my db backend for my_other_application was sqlserver, I could, independently of the app, open up the sqlserver gui and issue some sql commands on the database. Is it possible to do this with para? If so, what is the best way to make queries, inserts, updates, etc to my data?

3
3
Posted 3 years ago
Votes Newest

Answers


Of course, you can use the regular SQL browsing tools for your database to interact with the data. Another option is to use console.paraio.org to browse the data inside a Para app. It's a simple web console for CRUD operations on objects.

2
2
Posted 3 years ago
Alex Bogdanovski
1K × 9 Administrator
  
  

zsdfsa

Đào Sang   3 years ago Report
  
  

tr

Bhaghya Sandar   3 years ago Report
4K Views
1 Answer
3 years ago
3 years ago
Tags