Skip to main content
February 9, 2024
Question

Object View search is not working

  • February 9, 2024
  • 9 replies
  • 0 views

Hey, I try to find components through Object View search that still uses 23.3 version as we updated to 23.4. But, when I searched(in the expression), nothing showed up and there are no of objects with what I searched.

Searched for 'buttonWidget_23r3' and no object is available:

Just one of the component that uses 23.3 version component.

9 replies

stefanhelzle0001
Brainy
February 9, 2024

Can you try to search for "23r3" only?

February 9, 2024

Doesn't work

February 9, 2024

On one environment, It gives back some of the result that matched but still missed some components there too.

stefanhelzle0001
Brainy
February 9, 2024

Does the expression search work in general? If not, I suggest to open a support case.

February 9, 2024

Yeah it works for most of the time but not when I searched for older version components.

mikes0011
Brainy
February 9, 2024

After upgrade, it takes some time before objects using the versioned functionality starts showing up with the new rule names in the expression search.  Remember that they were originally just using "a!buttonWidget()" prior to the upgrade - in the Appian back-end, the interface actually just has a reference to a rule UUID (which hasn't actually changed) and in some weird way (which i'm fuzzy on the details for) it takes some time to actually update the "plaintext" representation that the expression search looks at.

To test, try making changes to one such interface, save, then do the search again - I expect (but haven't tested) that it'll come up in your search after that.  I believe others will 'follow' after some time has gone by - i'm not sure how long though.  For reference, my environment which got upgraded several weeks ago, currently matches many "buttonWidget_23r3" items in the expression search, while most still come up in expression search as just "buttonWidget(".

The Expression Guru
February 12, 2024

Ok, but to find those earlier version components I have to use the search [emoticon:0f36700dfeb3494fa10d47dd9e1f90a1]. There are hundreds of objects with the "_23r3" prefix. 

mikes0011
Brainy
February 12, 2024

I would suggest that *every* object with "a!buttonWidget()" that hasn't been update since prior to the 23.4 upgrade will actually need such a changover (though i'd also suggest that there shouldn't be any critical need to do these immediately...)

The Expression Guru