-
### What happened?
first , find error in log:
ERROR: pgroonga: [wal][apply][object][idx_pgr_dsdfdd_name(9691329)] record must be map: : :
then, remove and reindex :
set session role postgres…
-
## Problem
It's not possible to apply parameters to [computed columns](https://postgrest.org/en/stable/api.html#computed-virtual-columns). If I'd want to use the [pgroonga_highlight_html](https://p…
-
### What happened?
`sudo apt install postgresql-14-pgdg-pgroonga-dbgsym` failed because it's not found.
https://packages.groonga.org/ubuntu/dists/jammy/universe/binary-amd64/Packages doesn't inclu…
kou updated
11 months ago
-
It should return no records.
----
### Discussed in https://github.com/pgroonga/pgroonga/discussions/377
Originally posted by **roodni** November 13, 2023
OS: macOS Ventura 13.4.1 (c)
Po…
kou updated
11 months ago
-
If you create a posting like
```java
public class Main{
private int index = 1;
public void incIndex(){
index = index+1;
}
}
```
and search for +1. The proonga search fai…
-
The methods in PGroongaLinqExtensions are unnecessarily restricted to be on type string, which prevents querying pgroonga indices defined on object properties (with `[Column(Type="jsonb")]`)
-
```bash
E sqlalchemy.exc.DataError: (psycopg2.errors.InvalidParameterValue) pgroonga: column isn't found: :
E
E [SQL: CREATE INDEX ix_xxx ON xxx USING pgroonga (extra pgroonga_js…
-
## Summary
PGroonga気になる(m-hayabusa/misskey@801b5fc)
-
When searching for CJK word, only words at the very beginning of each sentences can be searched.
**To Reproduce**
Steps to reproduce the behavior:
1. Create a document
2. Add content `这是一个测试文档`
…
-
Hi,
As I see there is quite a complete Pgroonga full text search functionality for text/array fields. But not about jsonb fields.
I can't find the way to have weighted search results.
Pgroonga does…