I had previously created an “App Within Minutes” app for keeping a list of documents. The fields I added are 3 short text fields and one page content field.
My question/problem is, are the short text fields supposed to be searchable/filterable with partial strings?
For example, if I have 3 entries with a field value of “ax1”, “bx2”, “bx3”, then if I add just a “b” into the filter field, I would expect bx2 and bx3 to be listed.
Instead, what happens is, I can only find the entries if I type in the exact name, e.g. “bx3” returns only the bx3 entry.
The default page name field works as expected, just typing in a substring returns those pages that match that substring - which is what I expected the short text fields filtering to behave.
The funny thing is, is I vaguely recall that this worked before, but it is not working now.
Am I mis-remembering? Or are my short text field searches no longer working as expected?
If they are not working, does anyone have any suggestions on how I an go about debugging this? I’ve already recreated the solr text index in case that was the problem.
Oh the xwiki extensions page works exactly in the way I remember my App Within Minutes app used to behave.
Any help or advice would be greatly appreciated.
Edit: Xwiki 13.6 under debian