Skip to content

Commit

Permalink
bump kg hits size t 100
Browse files Browse the repository at this point in the history
bump version
  • Loading branch information
mbwatson committed Nov 12, 2020
1 parent 335067a commit ca759a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "helx-search-client",
"version": "0.3.4",
"version": "0.3.6",
"private": true,
"dependencies": {
"@testing-library/jest-dom": "^4.2.4",
Expand Down
1 change: 1 addition & 0 deletions src/hooks/use-search.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ export const useSearch = () => {
index: 'test_kg',
unique_id: tag_id,
query: query,
size: 100,
}).then(response => {
console.log(response.data)
return response.data.result.hits.hits
Expand Down

0 comments on commit ca759a5

Please sign in to comment.