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
Create an items/ dir and populate with 4 markdown files with numbered titles, e.g. # Item #1: Foo, # Item #2: Bar, etc.
Remove about.qmd
Repro steps
quarto preview
In your browser on the index page, try filtering the listing for 1, 2, 3, and 4 separately.
At least one of these filter attempts will not actually cause any filtering. If this doesn't happen, delete .quarto and _site directories and start over. Each time, the behavior should be different. E.g. the first time filtering for 1 may be ineffective, and next time filtering for 4 may be ineffective, and the next time both 1 and 2 will not be filterable.
Repro screenshot sample
Because this issue is non-deterministic, each run of quarto preview will behave differently. Therefore, the issue won't reproduce exactly the same as these screenshots.
Filtering for 2 is effective
Filtering for 3 is ineffective
Versions tested
Quarto 1.3.241, 1.3.217, 1.2.335
Ubuntu 20
No IDE
Checklist
Please include a minimal, fully reproducible example in a single .qmd file? Please provide the whole file rather than the snippet you believe is causing the issue.
Please format your issue so it is easier for us to read the bug report.
Please document the RStudio IDE version you're running (if applicable), by providing the value displayed in the "About RStudio" main menu dialog?
Please document the operating system you're running. If on Linux, please provide the specific distribution.
The text was updated successfully, but these errors were encountered:
Great one! I've found the underlying issue which seems to only affect table style listings (at least the number indeterminate behavior). It should be fixed in our next pre-release build (7d221f4).
Currently, it appears search/filter doesn't support elements like # - there is open issue in the parent repo here:
Bug description
Reproducing
To set up for reproduction quickly, clone this repo and follow the instructions in "Repro steps" below:
https://github.com/MattF-NSIDC/sscce-quarto-listing-issue
Setup steps
index.qmd
to a "table"-type listingitems/
dir and populate with 4 markdown files with numbered titles, e.g.# Item #1: Foo
,# Item #2: Bar
, etc.about.qmd
Repro steps
quarto preview
1
,2
,3
, and4
separately..quarto
and_site
directories and start over. Each time, the behavior should be different. E.g. the first time filtering for1
may be ineffective, and next time filtering for4
may be ineffective, and the next time both1
and2
will not be filterable.Repro screenshot sample
Because this issue is non-deterministic, each run of
quarto preview
will behave differently. Therefore, the issue won't reproduce exactly the same as these screenshots.2
is effective3
is ineffectiveVersions tested
Checklist
The text was updated successfully, but these errors were encountered: