Bug 1232000 - Search field does not find assets with single word name
Summary: Search field does not find assets with single word name
Keywords:
Status: CLOSED EOL
Alias: None
Product: JBoss BPMS Platform 6
Classification: Retired
Component: Business Central
Version: 6.1.0
Hardware: Unspecified
OS: Unspecified
medium
high
Target Milestone: DR1
: 6.3.0
Assignee: Alexandre Porcelli
QA Contact: Lukáš Petrovický
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2015-06-15 19:19 UTC by William Antônio
Modified: 2020-03-27 20:07 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2020-03-27 20:07:13 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)
Evidence of this issue (44.55 KB, image/png)
2015-06-15 19:19 UTC, William Antônio
no flags Details

Description William Antônio 2015-06-15 19:19:57 UTC
Created attachment 1039201 [details]
Evidence of this issue

Description of problem:

Search field does not find assets with single word name


Version-Release number of selected component (if applicable):
n/a

How reproducible:
always

Steps to Reproduce:
1. Log in into business central;
2. Go to Project Authoring and create a project and on this project, an asset with a single word in the name, such as a process with name "a";
3. Use the search field on the top left side of the pane to try to look for it, type "a" and click on the search button.

Actual results:

No results are returned.

Expected results:

It should return the asset we created in the search results

Additional info:

See attached screenshot as an evidence of this issue.

Comment 2 Alexandre Porcelli 2015-11-17 20:52:45 UTC
PR fix for master:
https://github.com/uberfire/uberfire-extensions/pull/123

Comment 3 Alexandre Porcelli 2015-11-18 14:02:40 UTC
In fact the issue is not about single character - it's about stop words removed during index and query. Here is the new PR:
https://github.com/uberfire/uberfire-extensions/pull/124

Comment 4 Alexandre Porcelli 2015-11-18 18:04:11 UTC
master:

https://github.com/uberfire/uberfire-extensions/commit/2193ff5a3

Comment 5 jsoltes 2016-02-17 16:28:18 UTC
Tested on bpm-suite 6.3.0.DR1


Note You need to log in before you can comment on or make changes to this bug.