distantnative / search-for-kirby

Kirby 3 plugin for adding a search index (sqlite or Algolia).
43 stars 3 forks source link

Finalize v1.1 ands docs (when Kirby 3.5 is out) #34

Closed distantnative closed 3 years ago

hannesherold commented 3 years ago

It's probably already on your list, but it would be helpful if you could describe the available options for the search method. At first I just missed the limit option and didn't know that it defaults to 10 results.

Also good to know how to combine this with the new operator when working with SQLite.

Example:

$results = collection('bestand')->search($query, [
    'operator' => 'AND',
    'limit' => 100
]);
yoanmalie commented 3 years ago

Hello @distantnative Does it work with the builder (plugin and/or the 3.5 native)? I can't find some content that came from textarea fields inside the builder. The config setting are by default.

distantnative commented 3 years ago

@yoanmalie replied on Discord.

✅ Will be included in the docs alongside 1.1.0 release this week.