search_ash
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
- ci.yml
- config.exs
- architecture.md
- global-search.md
- roadmap.md
- tour.livemd
- upgrading-0.4.md
- config.exs
- accounts.ex
- user.ex
- client.ex
- facture.ex
- ligne.ex
- produit.ex
- sales.ex
- document.ex
- search.ex
- application.ex
- blog.ex
- post.ex
- repo.ex
- endpoint.ex
- error_html.ex
- layouts.ex
- router.ex
- search_demo.ex
- 20260715151354_create_posts.exs
- 20260716063404_global_search.exs
- 20260716101521_use_global_index_extension.exs
- 20260716110548_archived_flag.exs
- 20260717081540_iso_language_codes.exs
- 20260717093525_demo_users.exs
- 20260721142705_search_v040_extensions_1.exs
- 20260721142706_search_v040.exs
- 20260721150831_statut_keyword.exs
- 20260721194110_tags_et_montants.exs
- seeds.exs
- 20260716063405.json
- 20260717081541.json
- 20260721142707.json
- 20260716063406.json
- 20260717081542.json
- 20260721142708.json
- 20260721150832.json
- 20260721194111.json
- 20260715151355.json
- 20260721142709.json
- 20260716063407.json
- 20260717081543.json
- 20260716063408.json
- 20260716101522.json
- 20260716110549.json
- 20260721142710.json
- 20260721150833.json
- 20260721194112.json
- 20260717093526.json
- extensions.json
- phoenix.min.js
- phoenix_live_view.min.js
- search_test.exs
- test_helper.exs
- .formatter.exs
- .gitignore
- demo.exs
- global_demo.exs
- mix.exs
- mix.lock
- README.md
- sync_search_text.ex
- global_search.ex
- add_actions.ex
- add_schema.ex
- info.ex
- search.ex
- remove.ex
- sync.ex
- add_sync.ex
- verify_fuzzy_label.ex
- verify_language.ex
- document.ex
- extra_text.ex
- index.ex
- index_attribute.ex
- info.ex
- add_search_action.ex
- add_search_index.ex
- add_search_rank.ex
- add_search_text_attribute.ex
- add_sync_change.ex
- global_index.ex
- info.ex
- source.ex
- synonyms.ex
- text.ex
- weights.ex
- search_ash.ex
- article.ex
- contact.ex
- domain.ex
- fuzzy_document.ex
- invoice.ex
- line_item.ex
- offset_page.ex
- order.ex
- order_line.ex
- product.ex
- repo.ex
- search_document.ex
- secured_document.ex
- secured_invoice.ex
- secured_product.ex
- static_page.ex
- synonym_mfa_article.ex
- synonym_mfa_document.ex
- synonyms.ex
- ticket.ex
- trashable_note.ex
- array_and_numeric_test.exs
- counts_by_test.exs
- extra_text_test.exs
- fuzzy_search_test.exs
- global_index_test.exs
- global_search_v040_test.exs
- index_attribute_test.exs
- index_policies_test.exs
- label_field_sync_test.exs
- postgres_search_test.exs
- prune_test.exs
- reindex_one_test.exs
- search_ash_test.exs
- source_synonyms_test.exs
- static_language_test.exs
- synonyms_resolve_test.exs
- synonyms_test.exs
- test_helper.exs
- verify_fuzzy_label_test.exs
- verify_language_test.exs
- weights_test.exs
- .formatter.exs
- .gitignore
- CHANGELOG.md
- LICENSE
- mix.exs
- mix.lock
- PUBLISHING.md
- README.md
# Use via CDN
jsDelivrjsDelivr 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 ▼
mix
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 ▼
postgres
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 ▼
query
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
-
CI Visit
