-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add postgres full text search by tokens #1696
Conversation
Pull Request Test Coverage Report for Build 39592cff-fe6f-4861-be8f-9d0d41c303b5
💛 - Coveralls |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks ok, just a couple of minor comments.
Also, please attach a screenshot of the feature.
script-src 'self' 'unsafe-inline' 'unsafe-eval';\ | ||
style-src 'self' 'unsafe-inline' 'unsafe-eval' https://fonts.googleapis.com;\ | ||
script-src 'self' 'unsafe-inline' 'unsafe-eval' http://nico-amsterdam.github.io;\ | ||
style-src 'self' 'unsafe-inline' 'unsafe-eval' https://fonts.googleapis.com http://nico-amsterdam.github.io;\ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Shouldn't we force HTTPS here?
.hide-not-found div.awesomplete .awe-not-found {border-color: lightblue} | ||
|
||
div.awesomplete .awe-not-found {border: 2px solid red} | ||
</style> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I see this code in the README
of Awesomplete, but can't it be installed via NPM and imported from JS/CSS?
I don't like including scripts from third-party hosts, because if a script loads too slowly, the whole page will be loaded slowly.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Unfortunately, it can't be installed from npm
|
||
assert Enum.count(json_response(conn, 200)) == 1 | ||
end | ||
end |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should probably include one more matching and non-matching token for better coverage.
resolves #1670
fixes #1745
fixes #403
Changelog:
phantomjs
with Chrome Headless for wallaby