search_ash

(★ 11)

Ash extensions for multilingual Postgres full-text search — per-resource (search do) and unified global cross-entity search. No hand-written migrations or SQL.

File Explorer

  • .formatter.exs
  • .gitignore
  • CHANGELOG.md
  • LICENSE
  • mix.exs
  • mix.lock
  • PUBLISHING.md
  • README.md

# Use via CDN

jsDelivr

jsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.

Command Glossary

Commands referenced in this DOCs, explained below.

🔍

mix

View Details ▼

Build tool that provides tasks for creating, compiling, and testing Elixir projects, managing its dependencies, and more.

mix run {{my_script.exs}}

Execute a particular file:

mix new {{project_name}}

Create a new project:

mix compile

Compile project:

🔍

postgres

View Details ▼

Run the PostgreSQL database server.

postgres -p {{5433}}

Start the server on a specific port (defaults to 5432):

postgres -c {{shared_buffers=128MB}}

Set a runtime parameter (short form):

postgres --{{shared-buffers}}={{128MB}}

Set a runtime parameter (long form):

🔍

query

View Details ▼

Display information about user sessions and process.

query session

Display all user sessions:

query session /server:{{hostname}}

Display the current user sessions on a remote computer:

query user

Display logged in users:

# Project Badges

// repository documentation