Search function doesn't find keywords in urls

I guess you are talking about:

The post tokenizes to:

'/ahmedgagan/discourse-rewards':23 'admin':34 'alreadi':8 'brows':30 'com':22 'contribut':3A 'discours':39 'featur':11 'find':17 'forum':2A 'github.com':22 'github.com/ahmedgagan/discourse-rewards':21 'instal':26 'marketplac':6B 'paid':1A 'plugin':14,19,28 'point':4A 'reward':40 'search':37 'set':32,35 'system':5A

I recall @tgxworld limited some of the URL splitting we do:

so: https://github.com/Ahmedgagan/discourse-rewards

Is now being split to: github.com and github.com/ahmedgagan/discourse-rewards and '/ahmedgagan/discourse-rewards'

I think limited splitting on path was deliberate here so we don’t bloat the index too much. We may be able to refine this, but not in the urgent list.

4 Likes