Searching

Build 1501 on 14/Nov/2017  This topic last edited on: 12/Oct/2016, at 12:56

[99] Client: fix search on type and make code display optional

GN4-4427

After change GN4-3710 the categories names are composed by the full path, starting with slash "/" (root). This can break the startsWith feature, if no slash is inserted in the edit box. Now the initial slash is optional when checking for a match.
 
The code displayed near category name can be omitted using '''hideCode''' flag, example:
 
<source lang="xml"> <gs:template kind="AutoComplete" startsWith="1" autoCompleteMinChars="1" showWeights="false" hideCode="true" >

Modified date: 07/06/2016 16:42:58 - P4 Changelist: 82428 - From build: main.2929.x (T)

[100] Shell: saved search with InSubTree op do not work

GN4-4404

Have a Folder Browse control in shell that uses the InSubTree operator instead of the standard In. Save a search, apply, the folder is not selected in the tree and so the search is not returning the expected results. Now fixed.

Modified date: 07/06/2016 12:40:16 - P4 Changelist: 82420 - From build: main.2929.x (T)

[115] Fred4/Ted4: solr fulltext search strip the underscore

GN4-4378

Underscore was stripped by SolR when doing full text searches, now fixed. 
To allow indexing and searches of special chars (all chars different than letters and numbers) they must be put in GlobaConfig into the FullTextIndexedChars attribute (objects must be reindexed to apply the changes) - after changes - restart IIS and then recompute the objects.

Modified date: 30/05/2016 11:56:11 - P4 Changelist: 82345 - From build: main.2921.x (T)

[139] Client: exception searching for last hours and -1

GN4-4374

An exception occurred searching for last hours (but also last week, last month...) using a negative number. Now fixed.

Modified date: 19/05/2016 11:57:17 - P4 Changelist: 82186 - From build: main.2910.x (T)

[45] Client apps: objectUi for access permissions to easily select groups

GN4-4227

The access permissions popup for selecting security ids now displays the groups first, then the users; each section sorted alphabetically.
This way, we can easily select a group without scrolling the dropdown list.
Vice versa, in i4 the list of user/group is already searchable and we can already filter it by type (user or group).

Modified date: 12/04/2016 17:22:24 - P4 Changelist: 81659 - From build: main.2873.x (T)

 

[85] Client: better tab display when there are multiple result tabs

GN4-4177

When the width of search results in shell listing gets narrow, rather than displaying the search description in a compressed form, it is displayed beneath the navigation and slideshow buttons in a new row.
 
Improvements to the description to make it more compact using '''Name:''' instead of '''Name is''' where possible. The name of the condition is taken from the label of the search creating it when possible. Search conditions such as '''Published''' that use an xquery rather than a schema path, use this feature to great effect.

Modified date: 31/03/2016 19:02:09 - P4 Changelist: 81484 - From build: main.2861.x

 

[66] Core: conversion problem of SQL Query

GN4-4201

When searching for a string enumeration attribute having at least 5 elements, the query returned no objects, even if there were objects with the specified values into the database.
For example, the query

gn4:source[gn4:mediaTypes/gn4:in='Image']

 
returned no sources, but there were GN4 sources having the 'Image' media type.
Now fixed: the above query correctly filters the GN4 sources and returns them.

Modified date: 06/04/2016 11:20:08 - P4 Changelist: 81561 - From build: main.2867.x (T)