LDraw.org Discussion Forums
[Fixed] [issue ?] A part is not showing in the search result (u9090). - Printable Version

+- LDraw.org Discussion Forums (https://forums.ldraw.org)
+-- Forum: General (https://forums.ldraw.org/forum-12.html)
+--- Forum: Parts Tracker Discussion (https://forums.ldraw.org/forum-36.html)
+--- Thread: [Fixed] [issue ?] A part is not showing in the search result (u9090). (/thread-29317.html)



[issue ?] A part is not showing in the search result (u9090). - Bertrand Lequy - 2026-01-17

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?tableSearch=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?official-parentsPage=2)

I know it's not a very common and used part, but I wonder if it's a normal behavior.


RE: [issue ?] A part is not showing in the search result (u9090). - Orion Pobursky - 2026-01-17

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.


RE: [issue ?] A part is not showing in the search result (u9090). - Bertrand Lequy - 2026-01-17

(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.


RE: [issue ?] A part is not showing in the search result (u9090). - Orion Pobursky - 2026-01-17

Problem is fixed.  It was just the initial load of the search payload after I update the search code.