cfdocs
cfdocs copied to clipboard
Search engine filter
If I search but only want ACF or Lucee results, it would be nice to have a filter so I don't have to open each document to check for the engine.
You could search for a specific version or only for tags/functions as well.
Realizable with bootstrap-select
That's a great idea... To avoid complicating the UI, perhaps we could just use search language to accomplish this, eg engine:lucee query - that way we could get more specific too down the road engine:cf11
Do you think, that is okay for the users?
Then we should have a help page for this like github already has.
hmm... thinking about your use case for implementing this, what if the autocomplete results just added the engine labels (eg CF9+).
Bootstrap select looks good too, I just don't know how often people need to filter by engine so I am hesitant to give up UI real estate for it... most tags and functions work on both engines.
I also thought about filtering whether tag or function and other possible filters. But yes, in most cases the prefix will suffice.