Ilia Naryzhny
                                            Ilia Naryzhny
                                        
                                    As it was said above, there is NPE in latest versions in attempt to execute mentioned query. But in 3.0.4 it was: ``` com.orientechnologies.orient.core.exception.OCommandExecutionException: Funciton not found: any DB name="BroadSelectQueryTest"...
@luigidellaquila , thank you! But just my curiosity: is `all()` also supported?
@luigidellaquila, we use `all()` in other place to verify that there is "at least something" in an object: as it's explained in documentation: https://orientdb.com/docs/last/sql/SQL-Where.html Btw, might be you can spot...
@luigidellaquila , @dritter-sap , closed by mistake, I guess?
@luigidellaquila, wanted to close ticket, but just found out that `any() containstext` doesn't work with EMBEDDEDMAP properly.
Seems to be related to #9474
Can be done when corresponding release 21.11.1 with issue https://github.com/ArcadeData/arcadedb/issues/174 will be released.
@amseager, cache is being used for downloaded files - but not for metadata. For package metadata JNPM still need to have access to NPM registry. If that's an issue for...
I see. Let me think about it... The main usecase for `useCache=false` was the following: during development process the same package being pushed to a repository under the same version...
@Floge123 , most probably, it's due to some problem with cross dependencies. Could you please share `mvn dependency:tree` ? Also I see that you are adding `jnpm-maven-plugin` not `jnpm` -...