kaykay-dv / pocketsearch

A simple full-text search library for Python using SQLite and its FTS5 extension
https://pocketsearch.readthedocs.io/en/latest/
MIT License
1 stars 0 forks source link

LIMIT and OFFSET are not correctly working in UNION mode #1

Closed kaykay-dv closed 1 year ago

kaykay-dv commented 1 year ago

When performing a union query using the OR operator, it seems that the OFFSET is not correctly interpreted (or rather ignored)

kaykay-dv commented 1 year ago

This feature is deprecated from 0.9.0, thus a fix will not be provided.