DottieDot / GTAV-NativeDB

https://nativedb.dotindustries.dev/
MIT License
54 stars 17 forks source link

Filter natives #67

Open spacevx opened 10 months ago

spacevx commented 10 months ago

Would be cool to be able to filter natives by DLC/Gamebuild

Example, a dropdown button where i select the game build 3095, it's going to give me only the natives added in the gamebuild 3095.

Or be able to only have natives from the VEHICLE and AUDIO namespace for example

DottieDot commented 10 months ago

This is already possible but it isn't really explained anywhere. You can filter on namespace, name, description, and `build.

The syntax is property:value or property:"value with spaces". For example, namespace:vehicle will only show natives in the vehicle namespace.

I will leave this issue open because it'd be nice if this was actually explained somewhere. The suggestion for having a drop down would be great but it might be too much effort to implement. I guess this is also somewhat related to #26.

spacevx commented 10 months ago

Hey didn't know thanks!