-
### Description
If the search client is initialized when there is no network connectivity. It does not recover when connectivity is restored.
```
const searchClient = algoliasearch('algoliaAppId' ,…
-
I had the following (working) code using `minio@^7`:
```ts
client.setBucketLifecycle(bucket, {
Rule: [
{
ID: 'BucketPathExpireRule',
Status: 'Enabled',
…
Aloso updated
2 weeks ago
-
In 99% of air, the main idea is to strip out all existing formatting and reapply "the one true way" that is defined by air. There are a few places where we want to make an exception to this, which rou…
-
I'm curious what logic is actually being checked for PDF-HUL-45 error messages. I very much appreciate the fact that filter arrays are now supported and no longer throw an error, however, it seems tha…
-
### Steps to reproduce
1. Have the hide library entries filter disabled
2. Do a search where all of the loaded results are already in your library
3. Turn the hide library entries filter on
http…
-
Since #197 was implemented through #499, we have a big opportunity to make descriptions much smaller.
Effectively all operations now have the same definition for those query parameters when they supp…
-
A layer : `/home/etienne/tmp/formation/services_insee.shp|layername=services_insee` is visible in the dropdown menu while it shouldn't because not DB. DB is needed for the form filter
-
### This issue is unique.
- [X] I have used the [search tool](https://github.com/ONLYOFFICE/DocumentServer/issues?q=) and did not find an issue describing my idea.
### Your idea.
I tried to create …
-
# Description
One of the big advantage of Delta is that we have statistics at file level, therefore, we know which file might hold data for a given predicate, however, from my understanding, this is …
-
Currently using SWUP form-plugin.
And I have a form with two SubmitButton, rendered from the Controller/FormType + twig `form_widget()`.
```php
$builder
->add('reset',
…