nunit / docs

Documentation for all active NUnit projects
https://docs.nunit.org
MIT License
602 stars 149 forks source link

Can't search for content in the docs #905

Closed OsirisTerje closed 4 months ago

OsirisTerje commented 4 months ago

I tried searching for Using (which are part of the Modifiers we have), but it didn't return any results.

Is it possible to expand that search function ?

@SeanKilleen

SeanKilleen commented 4 months ago

@OsirisTerje What content were you trying to find when you searched for "using"?

SeanKilleen commented 4 months ago

My guess is that since "using" is a common word across docs & api docs it's filtered out on its own.

As far as I'm aware I have no control over how to influence the search.

OsirisTerje commented 4 months ago

We have modifiers like Using<T>. I do see it finds others like Within.