Jane Sandberg

Results 24 issues of Jane Sandberg

Thank you for this wonderful gem! I am working with a specific author's name: `Rongiéras d'Usseau, Emmanuel` When I try to run `BibTeX::Name.parse 'Rongiéras d\'Usseau, Emmanuel'`, I get `nil`. It...

The default "Did you mean" behavior is kind of odd for multi-word queries. Here's an example: 1. Go to https://demo.projectblacklight.org 2. Type the query: gtound improvement 3. I get all...

The default "Did you mean" behavior in Blacklight is not helpful for users when their query contains multiple words (see #2028). If a user types in a 5-word query, for...

Warbler appears to not be playing nicely with the http-parser gem. I followed the following steps on jruby 9.2.11.1 to create a WAR file of a basic rails app with...

## Scope / difficulty This would probably require some thorough conversations, but then be technically relatively simple to implement. ## Impact I suspect that there is currently a lot of...

Community Update
help wanted

When trying to add a vue plugin for our Vue 3 component library, I struggled with the current documentation in the cookbook. I finally found the `enhancePreviewApp` option which works...

### Descriptive summary On hyrax 2.2.4: Hyrax out of the box includes a nice dropdown of sort options in its search results and collections pages (and maybe other places as...

enhancement
metadata

Steps to recreate in a blacklight dev instance: 1. Run `rake blacklight:index:seed` 1. In your catalog controller, add a clause_params configuration, e.g. ``` config.add_search_field('title') do |field| field.solr_parameters = { 'spellcheck.dictionary':...

### User story As a developer, I would like to make a small customization to the "x" remove icon button in all facets. ### Current options When I tried to...