ex_typesense icon indicating copy to clipboard operation
ex_typesense copied to clipboard

Typesense client for Elixir with support for importing your Ecto schemas.

Results 16 ex_typesense issues
Sort by recently updated
recently updated
newest added

Bumps [ex_doc](https://github.com/elixir-lang/ex_doc) from 0.31.2 to 0.32.1. Changelog Sourced from ex_doc's changelog. v0.32.1 (2024-04-12) Bug fixes Add version dropdown back on hexdocs.pm Improve search input styling and scrolling v0.32.0 (2024-04-10) Enhancements...

Adding mix task like `mix phx.new` as a convenience command when using shell, particularly when one is testing in localhost. Scope for the mix task will be the following: -...

enhancement
help wanted
good first issue
hacktoberfest-accepted

Based on [docs](https://typesense.org/docs/guide/backups.html), there are few points for making backups/restores (aka snapshots): > ### Backup steps > It is unsafe to directly archive/backup Typesense's data directory, since Typesense might have...

documentation
enhancement
help wanted

### Manage and load balance typesense nodes for high availability. Scenario: distribute load on instances when there's no external load balance request. Accompanying docs: - [High availability](https://typesense.org/docs/guide/high-availability.html) - [Running in...

documentation
enhancement
help wanted

I would like to know if this is a work in progress? Or am I not finding the right code.

documentation
help wanted
good first issue

Hi there, first of all, thanks for this library, it's being quite useful! I'm working on a small internal tool that basically keeps track of our different database instances and...

documentation
enhancement

See context #17. Tldr; configure the connection parameters dynamically (ie. creds from db records). The gist here is that, the connection can be pipe-able to functions. By default, you don't...

documentation
enhancement
help wanted
good first issue
question

Bumps [ex_doc](https://github.com/elixir-lang/ex_doc) from 0.31.2 to 0.32.2. Changelog Sourced from ex_doc's changelog. v0.32.2 (2024-05-10) Enhancements Allow the modal to close when we click outside the modal content Bug fixes Fix indentation...

Bumps [credo](https://github.com/rrrene/credo) from 1.7.5 to 1.7.6. Release notes Sourced from credo's releases. 1.7.6 Check it out on Hex: https://hex.pm/packages/credo/1.7.6 Credo.Check.Consistency.MultiAliasImportRequireUse fixed false positive Credo.Check.Readability.PredicateFunctionNames now ignores functions that implement a...

Bumps [ex_doc](https://github.com/elixir-lang/ex_doc) from 0.31.2 to 0.33.0. Changelog Sourced from ex_doc's changelog. v0.33.0 (2024-05-21) Enhancements Keep the sidebar light in light mode v0.32.2 (2024-05-10) Enhancements Allow the modal to close when...