We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbd7038 commit 40485c2Copy full SHA for 40485c2
src/pages/search/index.js
@@ -418,7 +418,7 @@ async function fetchSubjkts(subjkt) {
418
//console.log(subjkt)
419
const { errors, data } = await fetchGraphQL(`
420
query subjktsQuery {
421
- hic_et_nunc_holder(where: { name: {_like: "%${subjkt}%"}}, order_by: {hdao_balance: desc}) {
+ hic_et_nunc_holder(where: { name: {_ilike: "%${subjkt}%"}}, order_by: {hdao_balance: desc}) {
422
address
423
name
424
hdao_balance
@@ -747,6 +747,7 @@ export class Search extends Component {
747
<Container>
748
<Padding>
749
<Input
750
+ style={{ left : '5px' }}
751
type="text"
752
name="search"
753
onChange={this.handleChange}
0 commit comments