Alva Couch
Alva Couch
@cuahsimarko If you search for hydrologic science without the quotes, it searches anywhere in the document. So hydrologic could be in the title and science in the abstract. You have...
@horsburgh The question is: should public resources of a group be visible in a similar fashion? Suppose you're outside a group and looking for something published by the group. You...
@cuahsimarko By default, SOLR searches for whole, stemmed words. Characters that are part of words aren't searched for. You can change this by how you query, using patterns. d
The current REST API does not honor the UI restrictions on Creator. See issue #1788. I disagree with the philosophy that the user can figure out the ambiguities above. They...
@hyi I agree. But I have too much to do to make this happen right now.....
To get quote handling, I re-installed the query parser `hs_core/discovery_parser.py` and made some updates. It now has flags that enable the more advanced modes, e.g., `author:Couch OR title:"All about cats"`....
As simple documentation on the problem I found, there seems to be a bug in SOLR itself involving the use of - in strings. When I type `some-thing`, Haystack correctly...
To the best of my abilities, I removed orphaned files associated with the prior discovery solution that are no longer used, including `hs_core/discovery_form.py`, `hs_core/views/discovery_view.py`, `hs_core/views/discovery_json_view.py`, `hs_core/templates/search/search.html`, and `theme/static/js/discover.js`.
@cuahsmarko This is a matter of manipulating the SOLR index. See the other PR for a note. To get case-sensitive sorting, one has to make a field faceted. To get...
This is a "Data Quality" issue. There's no label for that.