-
```
scheme://host:port/#
```
and
```
scheme://host:port/
```
if fed to the `URL` do not distinguish between the two: URL.hash returns `''`
and to make it even stranger passing `.hash = '#'` …
-
```
What steps will reproduce the problem?
1. Index a KEYWORD field with upper-case data, like 'Hello'
2. Query Thrudex for 'Hello'
3. Nothing returned.
I think the query analyser is downcasing all …
-
Currently some multi-line worker errors are emitted as multiple single lines in Kusto. For example, an error like:
```
Worker f4645283-bd07-4b82-8de9-f6c657dd2f97 uncaught exception: TypeError: C…
-
### Feature Description
When using LLM serving frameworks such as [vLLM](https://github.com/vllm-project/vllm) or [MLC-LLM](https://github.com/mlc-ai/mlc-llm) , or services that host open-source mod…
-
|Wazuh version|Component|Install type|Install method|Platform|
|---|---|---|---|---|
| 4.3.8 | Wazuh manager | Manager | N/A | N/A |
# Summary
Wazuh, as the single source of truth when it come…
-
### Description
I have chosen to create a new issue based on #251. This decision stems from my efforts to pinpoint the problem and construct a minimal configuration that reliably reproduces the error…
-
**Description**
The google engine cannot parse the return results of "Tallest mountain in the world"
**To Reproduce**
Steps to reproduce the behavior:
```python
from search_engine_parser.core.e…
-
I can not find an example for advanced search. I want to retrieve top X number of feature films of minimum rating, minimum votes and specific genre released between 1970 and today. Iterating through a…
-
Given a number of different search queries on wpt.fyi, you might think you could merge them with something like:
```js
const merged = queries.map((q) => `exists(${q})`).join(" or ");
```
Howev…
-
I used IDFileConverter to convert a pepXML to a pepXML. I did this to get some search hits sorted.
Comparing the output of IDFileConverter with the original yields differences:
- only the first hi…