osmbc icon indicating copy to clipboard operation
osmbc copied to clipboard

article URL search does not find all articles with that URL

Open Strubbl opened this issue 1 year ago • 1 comments

e.g. if i search for https://github.com/nobelization/panoramax-mobile-app: https://osmbc.openstreetmap.de/article/searchandcreate?search=https%3A%2F%2Fgithub.com%2Fnobelization%2Fpanoramax-mobile-app&SearchNow=

I only get the result https://osmbc.openstreetmap.de/article/31908 but i should also get https://osmbc.openstreetmap.de/article/31792

Strubbl avatar Dec 10 '24 18:12 Strubbl

m, the search is using not "string" search but an word based index, so it looks like the partial url is not recognized as search result. Is this a problem, than i have to rethink the index.

TheFive avatar Apr 18 '25 15:04 TheFive