This repository was archived by the owner on Apr 8, 2025. It is now read-only.
This repository was archived by the owner on Apr 8, 2025. It is now read-only.
Not working as specified #70
Open
Description
Am testing features here and have some observations...
- Each time I want to adjust a search string, the pop-up window begins with empty text, even though the RTD search text field shows the text I last entered (or there-abouts...it winds up being subtley altered. For example any
+
is removed). - Searching for
endian +-silo
returns 9 pages which tells me its return pages that include eitherendian
orsilo
and not pages that containendian
but do not containsilo
. +
operator seems wholly ignored. In fact, it gets removed when RTD echos the search string back- All these search strings return the same result
chunk fortran
,chunk +fortran
chunk + fortran
,chunk | fortran
-silo
returns all pages (silo
is used on some pages).
So, either I am wholly mis-understanding how this is supposed to work or the search functionality is not working as documented.