Issue Type: Bug Bug
Affects Versions: 5.2
Assignee: Federico Grilli
Created: 16/Dec/13 3:56 PM
Description:

To reproduce

  • search for 'appClass' in configuration app
  • there should be about 32 matches, e.g. /modules/contacts/apps/contacts
    Outcome
  • Zero results.

The query being executed is the following

select * from [nt:base] as t where (([jcr:primaryType] = 'mgnl:content' or [jcr:primaryType] = 'mgnl:contentNode') and (lower(localname()) LIKE 'appclass%' or t.['appclass'] IS NOT NULL or contains(t.*, 'appclass')) )

The problem seems to be that case-insensitive search does not work when it comes to properties, whereas it works for node names

Fix Versions: 5.2.2
Project: Magnolia UI
Priority: Major Major
Reporter: Federico Grilli
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira



----------------------------------------------------------------
For list details, see: http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: <[email protected]>
----------------------------------------------------------------

Reply via email to