stuckyb / ontopilot

15 stars 2 forks source link

text filter for documentation generator #82

Open stuckyb opened 7 years ago

stuckyb commented 7 years ago

It would be useful in some circumstances to be able to filter descendant entity labels based on some text pattern.

stuckyb commented 6 years ago

I've implemented basic filtering by substring searching. This is good enough for current use cases. The next step would be support for regular expression matching.