Extend free-text search (q) to also match payload
All checks were successful
Build and Deploy iObj / build-image (push) Successful in 36s
All checks were successful
Build and Deploy iObj / build-image (push) Successful in 36s
Cross-shard search already worked transparently across all monthly JSON files. This adds payload content (e.g. commit SHA, meeting attendees, structured data) to the q= substring match, alongside title and body.
This commit is contained in:
@@ -57,7 +57,7 @@ Alle `/objects*` endpoints kræver `Authorization: Bearer <IOBJ_API_TOKEN>`
|
||||
|---|---|---|
|
||||
| GET | `/health` | Liveness check |
|
||||
| POST | `/objects` | Opret objekt |
|
||||
| GET | `/objects` | Søg (query params: `type`, `project`, `tag`, `date_from`, `date_to`, `q`, `limit`, `offset`) |
|
||||
| GET | `/objects` | Søg (query params: `type`, `project`, `tag`, `date_from`, `date_to`, `q`, `limit`, `offset`). `q` matcher fritekst i `title`, `body` og `payload`. |
|
||||
| GET | `/objects/date/{date}` | Alle objekter for én dato |
|
||||
| GET | `/objects/{id}` | Hent ét objekt |
|
||||
| PATCH | `/objects/{id}` | Opdater (delvist) |
|
||||
|
||||
Reference in New Issue
Block a user