Sylvie Daines

Results 15 comments of Sylvie Daines

It seems like Action Text is meant to work with Webpacker, not Sprockets (which we use). It might still be possible to implement Action Text, but it won't be as...

I do like the idea of having a project owner search, but I think a couple of things are important to the decision: 1. How many collections do project owners...

_Search-engine style:_ Currently, we use [fulltext boolean searches](https://dev.mysql.com/doc/refman/8.0/en/fulltext-boolean.html) to search pages by text. We use the `+` operator for this (like `+"search string"`), which requires that the text contain the...

This wasn't fixed in #3644 because the collection search results UI wasn't changed. Right now, you are able to reset your search by changing the search term in the search...

Bad news about this: loading the owner list is really slow using DataTables because all owners are loaded instead of just the ones being displayed. With 639 owners in my...