Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/feature/#55-search-results' into…
Browse files Browse the repository at this point in the history
… feature/#55-search-results
  • Loading branch information
secosan committed Feb 25, 2020
2 parents 2e23da4 + ed76bca commit 495bc18
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 47 deletions.
42 changes: 0 additions & 42 deletions src/components/Algolia/config.tsx

This file was deleted.

8 changes: 3 additions & 5 deletions src/components/pages/SearchResult/Content.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ providers
attributesForFaceting: ['name', 'location', 'district', 'service.name'],
})
.then(() => {
// console.log('--- then why ---');
// -
});

pages
Expand All @@ -41,7 +41,7 @@ pages
customRanking: ['asc(name)'],
})
.then(() => {
// console.log('--- then why ---');
// -
});

blog
Expand All @@ -50,7 +50,7 @@ blog
customRanking: ['asc(name)'],
})
.then(() => {
// console.log('--- then why ---');
// -
});

// Update the App component
Expand Down Expand Up @@ -141,8 +141,6 @@ export default class App extends React.Component {
<InstantSearch indexName={`${indexProviders}`} searchClient={client}>
<div className="seacrh-header">
<SearchBox
submit={undefined}
onSubmit={undefined}
translations={{
placeholder: 'Cauta aici...',
}}
Expand Down

0 comments on commit 495bc18

Please sign in to comment.