Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue with Regex / Pattern matching in "Market" tab #2574

Open
hereric opened this issue Jan 15, 2024 · 1 comment
Open

Issue with Regex / Pattern matching in "Market" tab #2574

hereric opened this issue Jan 15, 2024 · 1 comment

Comments

@hereric
Copy link

hereric commented Jan 15, 2024

Bug Report

None of the Kinetic rigs show when I search "kinetic" with "NORMAL" "FACTION" and "OFFICER" highlighted at the bottom (defaults for search in Market)

Expected behavior:

Search "Kinetic", see ALL items in the pyfa DB which contain the string "kinetic" case insensitive.

Actual behavior:

Search "Kinetic", see most ITEMS with the string "kinetic" but no rigs!!

Detailed steps to reproduce:

Start fresh pyfa window, go to market tab, type "kinetic", see that none of the rigs show up.

Fits involved in EFT format (Edit > To Clipboard > EFT):

none

Release or development git branch? Please note the release version or commit hash:

release

Operating system and version (eg: Windows 10, OS X 10.9, OS X 10.11, Ubuntu 16.10):

w11

Other relevant information:

NA

@DarkFenX
Copy link
Member

Pyfa limits amount of search results returned to 100:

There are two solutions to this: increasing this limit (comes at performance cost, since pyfa fetches extended attributes for all returned items), or just being more specific in your query. Kinetic alone is too generic word, use "kinetic reinf" and it will show rigs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants