LDraw.org Discussion Forums

Full Version: [issue ?] A part is not showing in the search result (u9090).
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi.

I was updating a part on RB : https://rebrickable.com/parts/6954c01/torso-with-wings/
I clicked on the LDraw link : https://library.ldraw.org/parts/list?tab...=u9090.dat
And got no result. 
At first I thaught it was a problem with RB link generation script. 
So I searched for the part manualy.
Same result : nothing (RB url was correct).
I checked in my LDraw folder and found the part.
I tried again : nothing.
I tried to search for the wing subpart manualy by typing 6954, the part didn't showed up.
I finaly found it by using the official parent page for minifig tors (973) (https://library.ldraw.org/parts/14192?of...entsPage=2)

I know it's not a very common and used part, but I wonder if it's a normal behavior.
I recently overhauled search. There might be some sort of issue with that.  Let me check.

EDIT: I found the issue, this part was never indexed for search. I'll manually trigger reindexing to see if it fixes the issue.
EDIT 2: Issue fixed. The job to build search text was timing out early. All search text is rebuilt and this part now show up in search.
(2026-01-17, 14:51)Orion Pobursky Wrote: [ -> ]I recently overhauled search. There might be some sort of issue with that.  Let me check.

EDIT: I found the issue, this part was never indexed for search. I'll manually trigger reindexing to see if it fixes the issue.
EDIT 2: Issue fixed. The job to build search text was timing out early. All search text is rebuilt and this part now show up in search.

Nice, thank you. Let's hope there's not too much file having this issue.
Problem is fixed.  It was just the initial load of the search payload after I update the search code.