Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add video to fulltext search docs page #783

Merged
merged 4 commits into from
Dec 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
slug: full-text-search-on-jobs-and-logs
title: Full text search on jobs and logs
version: v1.434.0
slug: instant-full-text-search-on-jobs-and-logs
title: Instant full text search on jobs and logs
version: v1.435.2
tags: ['Enterprise']
description: Enterprise users can now search jobs and logs thanks to an indexer service powered by the rust search engine Tantivy
description: Enterprise users can now search jobs and logs using our new indexer service powered by the rust search engine Tantivy
features:
[
'Updated helm charts to run the indexer service and enable full text search',
Expand Down
9 changes: 8 additions & 1 deletion docs/misc/18_full_text_search/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,16 @@

Windmill offers the functionality to do full-text search on jobs (across args, logs, results, ...) and service logs.

In order to access this functionality, the instance must be running the windmill indexer service.
In order to access this functionality, the instance must be running the windmill indexer service, which is powered by the super fast search engine written in rust, [Tantivy](https://github.com/quickwit-oss/tantivy)


<video
className="border-2 rounded-lg object-cover w-full h-full dark:border-gray-800"
autoPlay
loop
src="/videos/search_demo.mp4"
/>

## How to run the indexer service

### Setup using docker compose
Expand Down
Loading