How to ensure that the options passed in autocomplete are not filtered and sorted again

I found that the options in the CompletionResult object changed the order of the data when I passed in custom data and opened the tip panel. Is there any way to prevent options from filtering again and guarantee the order of the data

It’s usually better to leave the filtering to the extension, and just return everything that can be completed at a given position. If that’s not an option, the filter option can turn off filtering for a given completion result object.