Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
2fcafc0
Improve settings
flevi29 Feb 4, 2025
9692533
Fix formatting
flevi29 Feb 4, 2025
ab6b24b
Merge branch 'main' into improve-settings
flevi29 Feb 6, 2025
80b6db7
Merge branch 'main' into improve-settings
flevi29 Feb 17, 2025
4c85a6f
Merge branch 'main' into improve-settings
flevi29 Mar 2, 2025
d21ecfd
Merge with main
flevi29 Mar 20, 2025
9a82d5e
Merge with main
flevi29 Mar 21, 2025
83a1b09
Merge with main
flevi29 Mar 26, 2025
d845050
Fix lint issue
flevi29 Mar 26, 2025
12d5c37
Merge with main
flevi29 Apr 1, 2025
b851425
Make adjustments, fixes
flevi29 Apr 10, 2025
86a8f89
Remove unnecessary type params
flevi29 Apr 10, 2025
3095a19
Shorten code
flevi29 Apr 10, 2025
d35cc36
Adjust documentation, fix test
flevi29 Apr 11, 2025
beb41ea
Merge branch 'main' into improve-settings
flevi29 Apr 11, 2025
65fb90e
Documentation
flevi29 Apr 11, 2025
0dfc39f
Merge with main
flevi29 Apr 22, 2025
a8b99d1
Progress
flevi29 Apr 24, 2025
f6dbc99
Refactor settings tests
flevi29 Apr 24, 2025
9e9fd85
Minor changes
flevi29 Apr 25, 2025
7b83644
Improve tests
flevi29 Apr 25, 2025
b523bca
Merge branch 'main' into improve-settings
flevi29 Apr 29, 2025
4dee0f7
Merge with main
flevi29 May 19, 2025
9a95477
Use randomUUID instead of fixed UUID
flevi29 May 19, 2025
c52f078
Merge with main, and add vector store experimental feature
flevi29 Sep 23, 2025
4bda5ad
Fix type issue, temporarily fix test error
flevi29 Sep 23, 2025
32d171c
Fix experimental settings test
flevi29 Sep 23, 2025
5966914
Fix test
flevi29 Sep 23, 2025
ceb2db6
Adjustments, docs
flevi29 Sep 25, 2025
77b0797
Adjustments
flevi29 Sep 25, 2025
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
168 changes: 84 additions & 84 deletions .code-samples.meilisearch.yaml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ await index.search(
To enable filtering, you must first add your attributes to the [`filterableAttributes` index setting](https://www.meilisearch.com/docs/reference/api/settings#filterable-attributes).

```js
await index.updateFilterableAttributes([
await index.settings.updateFilterableAttributes([
'id',
'genres'
])
Expand Down
Loading