shiori icon indicating copy to clipboard operation
shiori copied to clipboard

Search API Fails to Return Results for Multi-Keyword Queries

Open DesarrolloAntonio opened this issue 2 months ago • 4 comments

Data

Shiori version: 1.6.3

Describe the bug / actual behavior

When performing a search on the API with a single keyword, results are returned as expected. However, adding a second keyword results in an empty response list.

Expected behavior

I expect the search to return results that match both keywords.

To Reproduce

1 - I have a bookmark with this value, title":"Kotlin Design Patterns: Observer Explained | ProAndroidDev" 2 - With this endpoint (http://192.168.1.26:18080/api/bookmarks?page=1&keyword=kotlin) returns the correct elements 3 - With this endpoint (http://192.168.1.26:18080/api/bookmarks?page=1&keyword=kotlin%20Design) returns an empty list

DesarrolloAntonio avatar May 02 '24 11:05 DesarrolloAntonio