Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cards prevent searching #94

Open
larseggert opened this issue Sep 17, 2024 · 3 comments
Open

Cards prevent searching #94

larseggert opened this issue Sep 17, 2024 · 3 comments

Comments

@larseggert
Copy link
Member

Go to https://authors.ietf.org/rfcxml-vocabulary. Search for e.g. "category". Note how there are no hits.

Now go to https://authors.ietf.org/rfcxml-vocabulary#rfc. Click on the "Attributes" tab. Search for "category". Now there are hits.

My point being that it is not useful to make content unsearchable, esp. on a reference page.

@rjsparks
Copy link
Contributor

rjsparks commented Sep 17, 2024

@NGPixel : Is this an issue with wikijs itself, or only with how authors.ietf.org is using it?

@NGPixel
Copy link
Member

NGPixel commented Sep 17, 2024

Assuming Lars is referring to the browser "find in page" search and not the Wiki.js search (which parses all with content, regardless of whether they are within tabs or not), this is a limitation of how the browser "find in page" search will only find content that's currently visible on screen. If this is a major issue, then content should be rearranged differently.

@larseggert
Copy link
Member Author

This is with the browser search.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants
@larseggert @rjsparks @NGPixel and others