You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Frankly, comparing the source and yaml headers of all these sites, I could not figure out what the reason for this behaviour is. Perhaps as suggested by @dragonstyle , this may be an issue that appears with certain versions of quarto.
The text was updated successfully, but these errors were encountered:
This comes from a patch in list.js that we imported in Quarto at a2e298e for 1.5.4. It solves #8435 but too strong because it will remove the toLowerCase()
We need to patch list.min.js differently so that #8435 is still solved, but it does not break the search.
This is a follow up on a2e298e which patches list.min.js to fix#8435. The fix suggested in javve/list.js#699 only remove the regex handling. Our initial patch was also removing the lowercase processing which broke search.
This fixes#10720
This is a follow up on a2e298e which patches list.min.js to fix#8435. The fix suggested in javve/list.js#699 only remove the regex handling. Our initial patch was also removing the lowercase processing which broke search.
This fixes#10720
https://web.archive.org/web/20230329074857/https://quarto.org/docs/extensions/
I think it is worth opening a new issue to track this.
Originally posted by @dragonstyle in #6755 (comment)
The issue
When using Quarto listings with filters, in some websites the filter returns no matches if the user inputs Any Upper Case Characters.
Where the problem exits
Where it does not exist and works as expected with Any case of Letters
Frankly, comparing the source and yaml headers of all these sites, I could not figure out what the reason for this behaviour is. Perhaps as suggested by @dragonstyle , this may be an issue that appears with certain versions of
quarto
.The text was updated successfully, but these errors were encountered: