Skip to content
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
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name = "pypi"
Scrapy = "==2.2.1"
selenium = "==3.141.0"
pytest = "==6.0.0"
meilisearch = "==0.11.2"
meilisearch = "==0.12.0"
requests-iap = "==0.2.0"

[dev-packages]
Expand Down
13 changes: 7 additions & 6 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -488,6 +488,7 @@ Websites that need JavaScript for rendering are passed through ChromeDriver.<br>
## 🤖 Compatibility with MeiliSearch

This package is compatible with the following MeiliSearch versions:
- `v0.13.0`
- `v0.12.X`
- `v0.11.X`
- `v0.10.X`
Expand Down
3 changes: 1 addition & 2 deletions scraper/src/meilisearch_helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,7 @@ class MeiliSearchHelper:
'url',
'content',
'objectID'
],
'acceptNewFields': False
]
}

def __init__(self, host_url, api_key, index_uid, custom_settings):
Expand Down