Open thomasaarholt opened 3 years ago
This issue has been marked as Stale because it has been open for 180 days with no activity. If you would like the issue to remain open, please remove the stale label or comment on the issue, or it will be closed in 7 days.
I think this is really serious problem. ... I don't see why this issue has been closed as completed..
Agreed that this should not be labeled as "completed" -- thanks for flagging this @rightx2 👍
Re-categorizing this as a feature request and labeling as "help wanted".
Related comment I left on the PR: https://github.com/dbt-labs/dbt-docs/pull/145#issuecomment-1947794357
Created a PR for this issue
Describe the bug
Searching for a model e.g.
f_my_model
often returns results where the model in question is surprisingly far down the list. We often have models with similar names with different underscores, for instancea_users
andb_users
orf_orders_current
andh_orders_old
(I have had to make up some names here).Steps To Reproduce
Open the generated dbt documentation, and search for a model name in the top bar. Type the exact model name (minus extension), and observe that the model is not always the first hit.
Expected behavior
Exact model name should be listed at the top.
Screenshots and log output
I can't provide any screenshots due to it being a private dbt project, but just to provide explicit context, this is the search field I mean:
The output of
dbt --version
: