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

[bug report] cannot search contents after "." #267

Closed
augusttty opened this issue Apr 10, 2023 · 2 comments
Closed

[bug report] cannot search contents after "." #267

augusttty opened this issue Apr 10, 2023 · 2 comments

Comments

@augusttty
Copy link

page find seems couldn't recognize words after "."

   <h1>MyClass</h1>
   <h2>MyClass.doSomething()</h2>
   <p>This is a method, with descriptions here.</p>

When searching "doSomething", pagefind get empty result.
Must match prefix like "MyClass.doSom" to work.
Is it a bug?

@augusttty
Copy link
Author

In official docs site:

img

@bglw
Copy link
Contributor

bglw commented Apr 11, 2023

Hey @augusttty 👋 Not a bug per-se, but definitely a good improvement to be made here. The same general idea is being tracked in #225 where we should index this as ['pagefind.toml', 'pagefind', 'toml'].

I'll close this thread but feel free to pick up any discussion in #225 🙂

@bglw bglw closed this as completed Apr 11, 2023
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

2 participants