API Reference search_core v#0.1.0

Copy Markdown View Source

Modules

Multilingual full-text search building blocks for plain Elixir/Ecto — no Ash required.

Turn a raw string into a list of normalized, stemmed search tokens.

Language stopword lists used by SearchCore.Pipeline to drop high-frequency, low-signal words before stemming.

Build the two strings you feed to Postgres full-text search, both produced by the same SearchCore.Pipeline so the index side and the query side always agree.