croffler
croffler
We have a complex system with many data sets. When there is an error in one of the data sets we get this exception: com.ninja_squad.dbsetup.DbSetupRuntimeException: org.postgresql.util.PSQLException: ERROR: current transaction is...
When I scroll down on my page the selection is not highlighted (blue) all the other functionalities work great. Can you tell me how to enable this ? ## Want...
## Description Drop collection does not seem to completely remove the collection. ## Steps to reproduce CollectionResponse[] collectionResponses = client.getTypesenseClient().collections().retrieve(); for (CollectionResponse c : collectionResponses) { client.getTypesenseClient().collections(c.getName()).delete(); } Collection collection...