• greebie's avatar
    Permit queries via Url. · 8f725ae6
    greebie authored
    This project enables the user to include a default filter query as part of a url.
    
    The syntax works with the #annotations: fragment.  If a Q: or Query: (case insensitive)
    is included, whatever follows the query will be included in a search filter as a
    default.
    
    user tags may be included in this query string. For instance user:USERNAME will
    filter for the user called USERNAME. Using an @hypothes.is will search for exactly
    that user. So far, the user, tag or any tags are the main permissible items.
    
    So http://www.example.com/path/to/file#annotations:Q:user:USERNAMEtag:TAGany:KEYWORD
    
    will filter the page for annotations by USERNAME tagged TAG and containing KEYWORD.
    8f725ae6
Name
Last commit
Last update
.github Loading commit data...
docs Loading commit data...
images Loading commit data...
scripts Loading commit data...
src Loading commit data...
.eslintignore Loading commit data...
.eslintrc Loading commit data...
.gitignore Loading commit data...
.npmignore Loading commit data...
.npmrc Loading commit data...
.travis.yml Loading commit data...
CHANGELOG.md Loading commit data...
CODE_OF_CONDUCT Loading commit data...
Jenkinsfile Loading commit data...
LICENSE Loading commit data...
Makefile Loading commit data...
README.md Loading commit data...
gulpfile.js Loading commit data...
npm-shrinkwrap.json Loading commit data...
package.json Loading commit data...