Public bug reported: If you set a facet as isServer, smart table filtering will still be done. In the case of wildcards or more advanced searching that is done on the server side which requires server logic, the client side filtering may subsequently wipe out a server response, potentially hiding results.
The culprit is that hz-magic-search-bar wraps st-magic-search. st- magic-search is doing the client side filtering here regardless of the isServer property. https://github.com/openstack/horizon/blob/master/horizon/static/framework/widgets /magic-search/st-magic-search.directive.js#L100 ** Affects: horizon Importance: Undecided Status: New -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Dashboard (Horizon). https://bugs.launchpad.net/bugs/1496627 Title: hz-magic-search-bar does not honor isServer property Status in OpenStack Dashboard (Horizon): New Bug description: If you set a facet as isServer, smart table filtering will still be done. In the case of wildcards or more advanced searching that is done on the server side which requires server logic, the client side filtering may subsequently wipe out a server response, potentially hiding results. The culprit is that hz-magic-search-bar wraps st-magic-search. st- magic-search is doing the client side filtering here regardless of the isServer property. https://github.com/openstack/horizon/blob/master/horizon/static/framework/widgets /magic-search/st-magic-search.directive.js#L100 To manage notifications about this bug go to: https://bugs.launchpad.net/horizon/+bug/1496627/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : yahoo-eng-team@lists.launchpad.net Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp