If I search for bigdecimal, I get no results. If I search for java.math.bigdecimal, I get the expected results.
Is this a bug or what? I find nothing in the documentation covering this issue.
Hi Robert,
Check out the information on Wildcard searches, and particularly leading wildcards in our docs. I imagine it's because it's seen as part of a single word, and it needs the leading wildcard to find it.
The regular expression
/.*bigdecimal.*/
works. Thanks. I don't know how I missed that, I was specifically looking for a leading wildcard. Maybe I was looking at an outdated doc?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This might be expected behavior – I've seen examples where only full words are returned, so it might be an indexing thing. Interested to hear if there are other explanations. Also it may be a feature request for confluence to index searchable words by breaking on non-word characters like the dot in your example.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.