Enrico Risa
Enrico Risa
Hi @dargolith it should last as long as the connection is alive. Did you restart the app or the server meanwhile? After how many minutes/hours do you notice this behaviour?...
@dargolith thanks let me try to reproduce it
@aschwietert I guess if it works on Studio it's a problem of compatibility. OrientJS 2.2.10, does not handle the new OrientDB 3.0 protocol with the new parser/executor Btw the first...
Hi @krngd2 sorry to hear that. This error usually means that the server is not running on localhost:2424? Did you check that the server is running? Which version of orientjs...
Hi @mpduffey OrientJS caches the schema, that's why probably you still see the deleted class. You can pass the setting in order to refresh the cache. ``` return db.class.list(true) //...
Hi @alexmm11 i think they cannot work as today. the searchClass takes a string and it does not apply parameters. So this one will be the query passed to lucene...
Probably for now the best way is to do ``` `SELECT FROM City WHERE SEARCH_CLASS(:query) = true` ``` and use only 1 param query with `+name:${val1}* +description:${val2}` the lucene query...
Hi @milaniliev `Record, Class` are not deprecated since Session is an extension of the old Database with new behaviour. There are some docs missing of this api with new Session...
Hi @Davenporten Are you using OrientJS in Electron? or a normal Web app? Thanks
Hi @georgiana-b do you have the instructions for the script in order to reproduce this? Thanks