Data panel Search behavior

Data panel Search behavior

TrophySmackWiz
Participant Participant
346 Views
6 Replies
Message 1 of 7

Data panel Search behavior

TrophySmackWiz
Participant
Participant

Search doesn't include ALL designs with the search string.

 

This is still here. It's not really an effective search if you can't search in the middle of a longer string.

 

scottMS5N3_1-1730835925133.png

 

 

scottMS5N3_0-1730835908154.png

 

0 Likes
347 Views
6 Replies
Replies (6)
Message 2 of 7

jhackney1972
Consultant
Consultant

I do not see this issue in my searches.  Maybe it is the number throwing it off?

 

Partial Word Search.jpg

John Hackney, Retired
Did you find this post helpful? Feel free to Like this post.
Did your question get successfully answered? Then click on the ACCEPT SOLUTION button.

EESignature

0 Likes
Message 3 of 7

TrophySmackWiz
Participant
Participant

Rename something 4567fly and watch it disappear from your "fly" search results.

0 Likes
Message 4 of 7

john.koerner
Autodesk
Autodesk

Search in the data panel uses tokenization to break up the names by using characters like dashes ("-") and spaces (" ").  So if your files were named like "4-Finger..." or "4 Finger..." the data panel would return to you as expected.  Some improvements have been made in the Home Tab in recent releases of Fusion that would allow for the contains search as you expect. 

John Koerner
0 Likes
Message 5 of 7

TrophySmackWiz
Participant
Participant

I understand that from a server side data handling standpoint that makes a ton of sense.

 

From a end user perspective it's completely stupid.

 

Here's a situation. Company internally classifies projects and prefixes them with some code. "A1CProject"

 

User typos "AqCProject" the code when in a rush trying to get out the door Friday for beer.

 

Searching for project will return no results. searching for a1c won't ever find the typoed thing. The dir structure would need to be sifted through  manually.

 

Yes, recent might show up (i've already /bugged the docs not showing up in recent until you exit and restart fusion, not certain if it got fixed yet.)

 

Regardless id someone forgets a space or an underscore or another delimiter or typoes the search becomes worthless.

 

In a perfect world it'd support full RegEx style searches, but I'd call that a feature request personally.

 

0 Likes
Message 6 of 7

edgemarston
Advocate
Advocate

Here's an example I found today where search fails even for the first word of the model name. I've got the model open, but you can see that search returns nothing:

 

Screenshot 2024-11-19 at 8.09.32 PM.png

 

Seems bad!

Message 7 of 7

TrophySmackWiz
Participant
Participant

This is exactly why I feel RegEx style search should be the standard for the search behavior.

 

Regular expression - Wikipedia

 

 

0 Likes