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

Questions 23

Questions 23

Tags
Sorting
Results
per page
0 Votes
1 Answers
2K Views
0 Votes 1 Answers 2K Views
I am trying to query all curriculum positions of a course using the /rest/slc.cm.curriculumposition/positions/{courseId}/course/notStudiedCurriculumPositions...
one year ago
0 Votes
2 Answers
3K Views
0 Votes 2 Answers 3K Views
Hi, ich bin dabei unsere COnX app von 1.4.0 auf 1.4.1 zu migrieren. Dabei ist es mir aufgefallen dass der maven repo https://nexus.campusonline.community/rep...
one year ago
0 Votes
2 Answers
2K Views
0 Votes 2 Answers 2K Views
Has anyone ever used the UI elements of the Cookbook in a local application? Are there any instructions on how to use them? When using it, I get the error th...
0 Votes
2 Answers
2K Views
0 Votes 2 Answers 2K Views
Hallo! Wir versuchen gerade anhand der Anleitung im Gitlab der CoCommunity (https://gitlab.campusonline.community/campusonline/conx-examples/-/blob/main/co-s...
one year ago
0 Votes
1 Answers
2K Views
0 Votes 1 Answers 2K Views
Hallo, darf ich statt conexus.tugraz.at/campusonline/co-quarkus:jre17 die Quarkus mitgelieferte Dockerfile.jvm Datei zum builden von Docker Container verwend...
0 Votes
1 Answers
2K Views
0 Votes 1 Answers 2K Views
Hallo, würde es sinn machen, die UserPermissionRestService API calls zu cachen? Da es bei jedem Subatomic Request abgefragt wird, kann man es über den Cache ...
2 years ago
0 Votes
1 Answers
3K Views
0 Votes 1 Answers 3K Views
Hallo zusammen, ich möchte in einer lokalen Supersonic-Applikation testen, ob ein bestimmter anderer Nutzer bestimmte Rechte im Kontext einer Organisation ha...
0 Votes
3 Answers
2K Views
0 Votes 3 Answers 2K Views
Hallo, Supersonic 1.4.0: gibt es eine Authguard von euch für die Routes das ich mit canActiviate im routing module verwenden kann?
0 Votes
2 Answers
2K Views
0 Votes 2 Answers 2K Views
When working with the app template, how Do I keep the backend Quarkus Version up to date, at last withinit's release? Example: I've created an empty superson...
2 years ago
0 Votes
1 Answers
2K Views
0 Votes 1 Answers 2K Views
I am trying to write some backend tests where I would like to use the "real" person. Is it possible to get the access token using Restassured for an employee...
0 Votes
2 Answers
2K Views
0 Votes 2 Answers 2K Views
I have a quarkus scheduler which runs a batch job every thirty minutes. When we deployed the subatomic app of production, since there is the high availabilit...
0 Votes
1 Answers
2K Views
0 Votes 1 Answers 2K Views
Nach dem Q Klon wurde der Client Secret von lokaler App geändert. In welchem Oracle Schema wird Keycloak Configs, Clients usw. gespeichert? Ist es notwendig ...
0 Votes
1 Answers
2K Views
0 Votes 1 Answers 2K Views
Das ist eher eine Quarkus Frage. Wir haben eine externe Restclient, die über ein zweite Keycloak daten anbietet, die ich konsumieren muss. Soweit ich sehe si...
2 years ago
0 Votes
2 Answers
2K Views
0 Votes 2 Answers 2K Views
Unsere lokale Applikation CO_LOC_CHECKIN ist mit drei Funktionen (in tug_new.funktionstypen) verbunden viz. PV Proctor, PV Pruefer, Admin Online Pruefungen. ...
0 Votes
4 Answers
3K Views
0 Votes 4 Answers 3K Views
Since you are using JIB, it seems a little magical how the container is built. * Is there a JIB configuration file which I can see/edit? * What is the docker...
2 years ago
0 Votes
4 Answers
2K Views
0 Votes 4 Answers 2K Views
Hello, I wanted to try a new application with the latest co-supersonic template 1.3.0, but I get the following error, when I launch the app: 2022-09-12 11:05...
2 years ago
1 Votes
2 Answers
2K Views
1 Votes 2 Answers 2K Views
The good things about the Public APIs is that you can automate testing :-) I have seen a Project "co-public-rest-api-test" showing how to do tests based on h...
2 years ago
1 Votes
1 Answers
2K Views
1 Votes 1 Answers 2K Views
Are the docker logs from the local application going to be routed somewhere? I remember there was the talk about fluentbit. In the meantime, in case of error...
2 years ago
0 Votes
2 Answers
3K Views
0 Votes 2 Answers 3K Views
Hello, I created a local application co-loc-test based on the latest archetype. It works well locally. When I deploy it, it doesn't load. The angular js file...
2 years ago
0 Votes
1 Answers
2K Views
0 Votes 1 Answers 2K Views
Once a local app is deployed, what is the URL of the Swagger ui and Health UI? How do I access the backend APIs and health liveness and readiness URLs?
2 years ago
0 Votes
1 Answers
2K Views
0 Votes 1 Answers 2K Views
Hello, I notice that I am unable to change the language for my app at localhost. Though nothing has changed in my application, the language change option is ...
2 years ago
1 Votes
2 Answers
2K Views
1 Votes 2 Answers 2K Views
With Postman I am able to get a valid access token for my local app. I am using for co-loc-checkin-app-user with PKCE challenge. However when I send the requ...
2 years ago
1 Votes
1 Answers
2K Views
1 Votes 1 Answers 2K Views
Since there is a feature in COnX in backend that converts all exceptions to problem JSON and a generic response type, I was wondering if there is any framewo...
Lucas Reeh
108 × 4 Administrator
2 years ago